Y
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
adamnemecek
2133 days ago
Presumably, these are comparably tuned.
link
bremac
2133 days ago
The .net benchmarks use architecture-specific SIMD intrinsics. There's no equivalent on the JVM, though JEP 338 aims to add a vector API.
link