Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There are instances where JVM's dynamically optimized code runs faster than equivalent C code compiled to a native binary. The Hotspot JVM is no joke.


It's not either/or. Compiling a Native Image binary gives you the JIT power of the JVM, but with faster warmup time.

Peak-peak performance is not as good as JVM in many cases, but how long does your process actually spend within that space? Native Image can be optimal for many cases




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: