v0.10.0
New Features:
- better and slightly more accurate default estimator for UltraLogLog (
UltraLogLog.OPTIMAL_FGRA_ESTIMATOR
) - added token support for HyperLogLog and UltraLogLog, which allows 64-bit hash values to be reduced to 32-bit tokens first, which can then be used alternatively for the add operation
Incompatible changes:
- removed
UltraLogLog.SMALL_RANGE_CORRECTED_4_GRA_ESTIMATOR
(useUltraLogLog.OPTIMAL_FGRA_ESTIMATOR
instead)
Full Changelog: v0.9.0...v0.10.0