Hacker News new | ask | show | jobs
by azakai 1003 days ago
Perhaps another factor the article was referring to is that Go compiles ahead of time to static binaries. Java is typically JIT compiled which means extra overhead and unpredictability at runtime as code warms up.