New Features:
- introduced
HashStream32::resetAndHashToInt
,HashStream64::resetAndHashToLong
, andHashStream128:resetAndHashTo128Bits
methods for more convenient recycling of hash stream objects - added
HashStream::putUnorderedIterable
that takes aHashStream64
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 methodHashing.xxh3_64
instead - removed class
ConsistentJumpBackBucketHasher
from the public interface, please use corresponding factory methodConsistentHashing.jumpBackHash
instead
Full Changelog: v0.18.0...v0.19.0