Bloom Filter

This implementation of Bloom Filter is written in java, and uses a murmur hash. The class is a java generic class that requires a ToBytes object for converting your keys into byte arrays. However if you already have byte array keys that you wish to use them with the bloom filter. There are methods that except and test byte arrays with offsets and lengths so that you can reuse your byte array buffers.

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Bloom Filter