Bloom filter implementation written in Java.
This project was a part of the Bioinformatics class at FER, Croatia.
- Bloom Filter
- Partitioned Bloom Filter
- Scalable Bloom Filter
- Fowler–Noll–Vo (32 bit)
- Fowler–Noll–Vo-1a (32 bit)
- MurmurHash3 (32 bit)
The use of n hash functions is simulated using the expression: hi=h1+i*h2
Paper about Scalable Bloom Filters