| Random Link ¯\_(ツ)_/¯ | ||
| May 19, 2020 | » | Chrome vs. Everybody
3 min; updated Feb 12, 2023
![]() Stability, Testing and the Multi-Process ArchitectureIn a single-threaded browser, devs use asynchronous APIs - which may sometimes hold the browser up. Instead of multiple threads, Chromium chose multiple processes: isolation, independent crashes, better asymptotic memory management, identifying expensive sites, etc. ... |
](/img/computer-science/www/stat-counter-browser-share-2009-2020.png)
At the very least, Chrome is worth studying. Something worked out. I’m biased, I only plan to deeply explore Chromium-based browsers and Firefox.