Hacker News new | ask | show | jobs
by ratorx 1638 days ago
I can see Go hitting large numbers, but would Node.js really be comparable in throughput?

I’ve heard V8 is fairly optimised, but single thread (regardless of async) is a fairly big hit over Go’s green threads right?

1 comments

It probably wouldn't beat Go, Rust, or Java. It would certainly beat Python though.