Hacker News new | ask | show | jobs
by dragandj 2741 days ago
You can use GraalVM, I guess? But keep in mind that the code typically runs faster on the JVM.

https://www.graalvm.org/

1 comments

> the code typically runs faster on the JVM.

no, it typically doesn't. in certain edge cases the JVM does out perform Graal though.

“Certain edge cases” being everything that doesn’t include startup time? It makes sense to me that a kit would be able to optimize better than an aot compiler. If you claim otherwise I’d like to see some sources.