Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
rust_cascade
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 389 B
Quelle README.md Sprache: unbekannt
Spracherkennung für: .md vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# 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.
[ Dauer der Verarbeitung: 0.26 Sekunden
]
2026-04-02