bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
streamcount
Provides implementations of sketch algorithms for real-time counting of stream data. Useful for real-time web analytics and other streaming or big data scenarios.
hll
a hyperloglog implementation
hyperloglog32
HyperLogLog using a 32-bit murmurhash3 for node and browser