Y
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
dgb23
1558 days ago
Sophisticated garbage collection and JIT have a very high ceiling. The CLR and the JVM are incredible technologies.
link
ed25519FUUU
1557 days ago
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.
link