Skip to content

v0.15.0

Compare
Choose a tag to compare
@oertl oertl released this 05 Dec 20:06
· 301 commits to main since this release
d68a9e1

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