Comment on How does HTML actually run on a computer?

brucethemoose@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

Seems like your really pondering “HTML should be conspicuously slow for such a widely-used standard,” right?

The answer is that modern browsers are complex and highly optimized rendering engines.

Read back through this blog: mozillagfx.wordpress.com

But in a nutshell, there’s a lot of talk about how modern browser are analogous to tuned game engines, heavily relying on the GPU and all sorts of hacks to render HTML efficiently. V8 is another good example, taking what was a notoriously slow language (JavaScript) and hacking out a fast JIT engine for it.

source
Sort:hotnewtop