зеркало из https://github.com/mozilla/gecko-dev.git
6ac6057d92
Add salts, file format v2, SHA256 hash support, and logic inversion Differential Revision: https://phabricator.services.mozilla.com/D69435 --HG-- rename : third_party/rust/rust_cascade/test_data/test_mlbf => third_party/rust/rust_cascade/test_data/test_v1_murmur_mlbf rename : third_party/rust/rust_cascade/test_data/test_short_mlbf => third_party/rust/rust_cascade/test_data/test_v1_murmur_short_mlbf extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
src | ||
test_data | ||
.cargo-checksum.json | ||
Cargo.toml | ||
README.md | ||
license.txt |
README.md
rust-cascade
A Bloom filter cascade implementation in rust. This can utilize one of two hash functions:
- MurmurHash32, or
- SHA256, with an optional salt
This implementation is designed to match up with the Python filter-cascade project [github]
See tests in src/lib.rs to get an idea of usage.