9 ms·
But isn’t the Java version unrolling loops? This seems like some effort on the Java side.
by donor20 3y ago
But isn’t the Java version unrolling loops? This seems like some effort on the Java side.
- dsff3f3f3f 3y agoThe fast Java version is using all the same optimizations as this Go version and then some. It's significantly more complicated.