Skip to content

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

Notifications You must be signed in to change notification settings

acruise/cassandra-bloom-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages