Hyperloglog: Cardinality Estimation
Hyperloglog is another probabilistic data structure (just like bloom filter) that is used to find the cardinality of a multiset(can have multiple occurrences of the same element). It is being used in most of big data systems to compute the count of d...
Sep 5, 20206 min read1.1K



