Y
Hacker News
new
|
ask
|
show
|
jobs
by
inigyou
11 days ago
They are two different models and sometimes one is better than the other. Async tends to win for IO-bound code (due to using less memory for each blocked coroutine) and threads for CPU-bound code.