Y
Hacker News
new
|
ask
|
show
|
jobs
by
roncesvalles
94 days ago
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.