Hacker News new | ask | show | jobs
by Osiris-Team 577 days ago
Feel free to create a PR on the linked repo and prove me wrong.

To add some detail: I think that 99% of algorithms are faster in Java in their second run than in any other Language due to the better JIT compiler and optimizations that are possible. I am talking about the GraalVM distribution of Java and its latest version, but we might as well use other distros.

1 comments

As that's what interests you, take a look at JMH with GraalVM like this--

https://sgitario.github.io/graalvm-getting-started/

https://github.com/openjdk/jmh/