Y
Hacker News
new
|
ask
|
show
|
jobs
by
bheadmaster
509 days ago
> Java is the most performant runtime outside of C/C++/Rust.
Add Go to that list. Or any popular compiled language for that matter.
1 comments
vbezhenar
509 days ago
Java faster than Go and has much more advanced GC.
link
sagarm
506 days ago
Is it actually, in practical applications? Just firing up the JVM can take seconds, while Go is often used for CLI programs that only run for milliseconds.
link