Hacker News new | ask | show | jobs
by 5986043handy 2133 days ago
Take with a grain of salt, JVM tuning is an entire art and science, probably same with CLR.
1 comments

Presumably, these are comparably tuned.
The .net benchmarks use architecture-specific SIMD intrinsics. There's no equivalent on the JVM, though JEP 338 aims to add a vector API.