I've found that there are lots of flame wars regarding JVM/CLR performance, but very little solid data, so I thought I'd try running a benchmark of my own.
This benchmark show the MS CLR running slightly faster than the JVM using Sun's client JIT. However, when you use Sun's server JIT (run java -server Benchmark), .NET gets blown out of the water. Misleading benchmark IMHO -- it makes a person think that .NET is near the performance of Java on Windows. The delta in performance is even bigger when comparing Java and Mono on Linux.
Comments
prime21 replied ago:
This benchmark show the MS CLR running slightly faster than the JVM using Sun's client JIT. However, when you use Sun's server JIT (run java -server Benchmark), .NET gets blown out of the water. Misleading benchmark IMHO -- it makes a person think that .NET is near the performance of Java on Windows. The delta in performance is even bigger when comparing Java and Mono on Linux.
drmr replied ago:
Somebody once said: Another microbenchmark, I love 'em. So, when we will see something bigger being used for comparison?
Voters For This Link (9)
Voters Against This Link (2)