Hacker News new | ask | show | jobs
by kaba0 1068 days ago
Go is not generally faster than C#/Java. There are scenarios where each can come up on top.
1 comments

Smoke as in have better support for specific (niche) use cases. Python has strong numeric libraries and Go has better support for modern/interesting/crazy cryptography systems than C#/Java.

So in reality there are very few places where you would want to use Go over modern C#.