acruise / cassandra-bloom-filter

The bloom filter library from Cassandra, isolated out into its own small, self-contained chunk

Home Page:http://incubator.apache.org/cassandra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simpleminded extraction and Mavenization of the Bloom Filter code from Apache Cassandra (http://incubator.apache.org/cassandra/).

It's released under the Apache 2.0 license.

So far I've made no changes other than Mavenizing and un-commenting the slow-but-comprehensive tests. I don't plan to make any other changes, except to hopefully keep this fork in sync with the main Cassandra codebase.

About

The bloom filter library from Cassandra, isolated out into its own small, self-contained chunk

http://incubator.apache.org/cassandra/


Languages

Language:Java 100.0%