Hacker News new | ask | show | jobs
by rvanlaar 1795 days ago
What do you mean by that?

Firefox and Chrome both have gpu hardware acceleration, and different threads/processes for UI and webpages.

1 comments

Javascript is parsed and executed on one core.
If you have just one tab, with a simple webpage with no iframe, yes. But this use-case is handled even by a first-gen Raspberry Pi.

Once you start having several tas open, or web pages with different iframes, modern browsers put those in different processes.