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

Java faster than Go and has much more advanced GC.
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.