v0.9.0
New features:
- implementation of ImoHash algorithm useful for file hashing
- implementation of JumpHash for distributed agreement
- added
HashValue128.toByteArray
andHashValue128.toString
Bug fixes:
- fixed bug in martingale estimator for UltraLogLog affecting distinct counts >= 10^15
- fixed bug in ML estimator for HyperLogLog affecting distinct counts >= 10^15
Incompatible changes:
- removed
HyperLogLog.SMALL_RANGE_CORRECTED_RAW_ESTIMATOR
(useHyperLogLog.CORRECTED_RAW_ESTIMATOR
instead)
Full Changelog: v0.8.0...v0.9.0