1
0
Fork 0
firefox/third_party/rust/rust_cascade/README.md
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
389 B
Markdown

# 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](https://pypi.org/project/filtercascade/)
[[github](https://github.com/mozilla/filter-cascade)]
See tests in src/lib.rs to get an idea of usage.