Hacker News new | ask | show | jobs
by donor20 837 days ago
But isn’t the Java version unrolling loops? This seems like some effort on the Java side.
1 comments

The fast Java version is using all the same optimizations as this Go version and then some. It's significantly more complicated.