HyperLogLog is a probabilistic data structure that estimates the cardinality of a set.

Note

HyperLogLog is a probabilistic data structure that estimates the cardinality of a set.

As a probabilistic data structure, HyperLogLog trades perfect accuracy for efficient space utilization.