|
|
|
|
|
by algobro
644 days ago
|
|
The 1990s called. They want their threads vs events debates back. Todays processors are fast enough to serve many useful workloads with a single core. The benefit of the async abstraction outweighs the performance benefit in the majority of the cases. And debugging multithreaded code is way harder than async code, mainly if its the kind of program that needs stepping into. |
|