An open API service indexing awesome lists of open source software.

https://github.com/ivanyu/bloom-filter

A simple implementation of Bloom filte using MurmurHash
https://github.com/ivanyu/bloom-filter

blog-post bloom-filter java

Last synced: about 1 month ago
JSON representation

A simple implementation of Bloom filte using MurmurHash

Awesome Lists containing this project

README

        

# bloom-filter
A simple implementation of Bloom filter using MurmurHash.

See [a blog post about Bloom filters](https://ivanyu.me/blog/2015/04/05/the-bloom-filter/).