- [x] [HyperLogLog](http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf) - [x] Top-K or Mine Top-K: _Using Bloom Filters for Mining Top-k Frequent Itemsets in Data Streams, Younghee Kim et Al._ - [x] Min Hash [Wikipedia source](https://en.wikipedia.org/wiki/MinHash), need to find the paper - [x] [Scalable Bloom Filter](http://gsd.di.uminho.pt/members/cbm/ps/dbloom.pdf), as the partitioned bloom filter is fixed now the Scalable bloom filter can be easily implemented. - [x] XorFilter #29 Feel free to modify this list or add suggestions in comments.
Feel free to modify this list or add suggestions in comments.