Crate hyperlog_simd

source ·

Re-exports

Modules

Constants

  • Constant used for bias correction in the estimation formula. It is defined as 0.7213 / (1 + 1.079 / M), where M is the number of registers.
  • Number of registers, it is computed as 2^P
  • Number of distinct register tracks in the HyperLogLog structures, defined as 2^P where P is the number of bits used to select a register

Statics