Hacker News new | ask | show | jobs
by Thaxll 1558 days ago
> In fact kotlin/java has better peak performance than Go.

Not really no.

1 comments

Sophisticated garbage collection and JIT have a very high ceiling. The CLR and the JVM are incredible technologies.
The thing I hate about the JVM is that I'm always trying to tune it. So many options and nobs to turn. With Go I just run execute the program, no tuning necessary.