mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Instead of successive divisions in iteration the new code uses bitwise magic to interleave / deinterleave two 32bit values into a 64bit one. All tests still passing and is measurably faster, so worth it.