Y
Hacker News
new
|
ask
|
show
|
jobs
by
erik_seaberg
564 days ago
I'd expect that because Promises are small Javascript objects while goroutines each get a stack that grows from at least 2 KB.
1 comments
dboreham
564 days ago
Otoh Go actually supports concurrency.
link
jpgvm
564 days ago
Well they are all concurrent. I think what you mean is Go is also parallel. As is C#, Rust and Java in this bench.
link