[][src]Module probabilistic_collections::hyperloglog

Space-efficient probabilistic data structure for estimating the number of distinct items in a multiset.

Structs

HyperLogLog

A space-efficient probabilitic data structure to count the number of distinct items in a multiset.