logoalt Hacker News

roncesvallestoday at 6:39 PM0 repliesview on HN

There are actually cases when Java (the HotSpot JVM) runs faster than the same logic written in C/C++ because the JVM is doing dynamic analysis and selective JIT compilation to machine code.