Skip to content

A collection of Bloom Filter algorithms in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bitdivision/multibloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Clippy Linting Result Crate Version

MultiBloom

A collection of Bloom filter data structures.

Currently a Work In Progress.

Documentation

Variants:

  • Basic Bloom filter (Generic over hash function)
  • Scaleable Bloom filter (reference)
  • Counting Bloom filter based on dlCBF (reference)

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A collection of Bloom Filter algorithms in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages