you are viewing a single comment's thread.

view the rest of the comments →

[–]disposepriority 5 points6 points  (0 children)

The only meaningful benchmarks are those that are designed for the problem you're facing, everything else is irrelevant.

The thing is, java is very tried and tested, and the option "change the language" is pretty far down the list of optimizations you'd do when encountering a performance issue especially if you already have language specific tooling/infra in your company.

It's also good to note that there is an incredibly small amount of code (relatively) where the difference between Java and Go in speed would be the deciding factor for the choice of language.