|
|
|
|
|
by jaydub
6426 days ago
|
|
It's not necessarily all about speed (or what theorists would refer to as single-task completion). It's also about increasing throughput. Google adds a pinch of concurrency to its web browser (each tab running in another thread) and it improves the client side experience. |
|
The main touted benefit I've heard of Chromium's tab-threading is insulation, so if one tab crashes it doesn't bring the whole browser down.