Skip to content

v0.10.0

Compare
Choose a tag to compare
@oertl oertl released this 31 May 08:05
· 430 commits to main since this release

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 (use UltraLogLog.OPTIMAL_FGRA_ESTIMATOR instead)

Full Changelog: v0.9.0...v0.10.0