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

Otoh Go actually supports concurrency.
Well they are all concurrent. I think what you mean is Go is also parallel. As is C#, Rust and Java in this bench.