mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-16 21:15:42 -05:00
…
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.