v0.17.0
New Features:
- FarmHashUo: a 64-bit hash function
- JumpBackHash: a very fast consistent hash algorithm
Improvements:
- improved performance of HyperLogLog and UltraLogLog merge operations if sketches have same precision
- better performance of hash functions relying on unsigned 128-bit multiplications on Java 21 by using java.lang.Math.unsignedMultiplyHigh
Full Changelog: v0.16.0...v0.17.0