prolly v0.2.0 API Reference

Modules

Use a Bloom filter when you want to keep track of whether you have seen a given value or not

Use CountMinSketch when you want to count and query the approximate number of occurences of values in a stream using sublinear memory

Use HyperLogLog when you want to count the numer of distinct elements in a stream in sublinear memory