v0.15.0
New Features:
- new hash function: Java port of PolymurHash 2.0
Improvements:
- optimized performance of putChars for the FarmHashNa hashing algorithm
- optimized performance of the distinct count estimator for HyperLogLog
- optimized speed of consistent hashing based on improved consistent weighted sampling
- reduced risk of an OutOfMemoryError when applying putUnorderedIterable on Iterables of unknown huge (billion range) size
Bug Fixes:
- fixed bug in Murmur3_128 leading to an infinite loop when hashing char sequences of lengths >= 2^31 - 8 = 2147483640
Full Changelog: v0.14.0...v0.15.0