Top "Hyperloglog" questions

Hyperloglog is an approximate technique for computing the number of distinct entries in a set.

How does the HyperLogLog algorithm work?

I've been learning about different algorithms in my spare time recently, and one that I came across which appears to …

database algorithm math data-structures hyperloglog