17 releases (5 stable)

Uses old Rust 2015

1.5.0 Apr 5, 2023
1.4.0 May 10, 2022
1.3.0 Apr 26, 2022
1.2.0 Mar 3, 2022
0.1.2 Mar 22, 2019

#335 in Algorithms

Download history 187/week @ 2023-11-20 137/week @ 2023-11-27 139/week @ 2023-12-04 137/week @ 2023-12-11 103/week @ 2023-12-18 44/week @ 2023-12-25 113/week @ 2024-01-01 128/week @ 2024-01-08 171/week @ 2024-01-15 191/week @ 2024-01-22 186/week @ 2024-01-29 177/week @ 2024-02-05 154/week @ 2024-02-12 248/week @ 2024-02-19 227/week @ 2024-02-26 228/week @ 2024-03-04

864 downloads per month

MPL-2.0 license

47KB
980 lines

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.


lib.rs:

rust-cascade

A library for creating and querying the cascading bloom filters described by Larisch, Choffnes, Levin, Maggs, Mislove, and Wilson in "CRLite: A Scalable System for Pushing All TLS Revocations to All Browsers" https://www.ieee-security.org/TC/SP2017/papers/567.pdf

Dependencies

~1MB
~17K SLoC