Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@oertl oertl released this 25 Nov 14:24
· 5 commits to main since this release
fdd1f6f

New Features:

  • introduced HashStream32::resetAndHashToInt, HashStream64::resetAndHashToLong, and HashStream128:resetAndHashTo128Bits methods for more convenient recycling of hash stream objects
  • added HashStream::putUnorderedIterable that takes a HashStream64

Improvements:

  • performance optimization of PackedArrayHandler::numEqualComponents for bit size equal to 1

Incompatible Changes:

  • removed class XXH3_64 from the public interface, please use corresponding factory method Hashing.xxh3_64 instead
  • removed class ConsistentJumpBackBucketHasher from the public interface, please use corresponding factory method ConsistentHashing.jumpBackHash instead

Full Changelog: v0.18.0...v0.19.0