bitdivision / multibloom

A collection of Bloom Filter algorithms in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Rust 100.0%