|
|
|
|
|
by felipellrocha
222 days ago
|
|
Being fully multithreaded comes with significant overhead, while browsers essentially proved how much unreasonable performance you can get out of a single cpu using async because of javascript’s async model. It is hard to describe just how much more can be done on a single thread with just async. |
|