Hacker News new | ask | show | jobs
by hmrr 1677 days ago
Runtime footprint and CPU is pretty tiny for Go. It’s shockingly low cost to run it. I am frequently surprised.
1 comments

That’s what I mean. Go has small memory and CPU usage which is one reason it’s good for cloud stuff, but the results indicate opposite. It’s even higher than Haskell which is strange.