HyperLogLog is an algorithm for the count-distinct problem, approximating the number of distinct elements in a multiset with minimal memory usage.
Required Ruby Version
>= 3.1.0
Authors
Davide Santangelo
HyperLogLog is an algorithm for the count-distinct problem, approximating the number of distinct elements in a multiset with minimal memory usage.
>= 3.1.0
Davide Santangelo