19 releases (8 stable)

1.0.9 Sep 9, 2021
1.0.5 Mar 19, 2021
1.0.3 Jul 4, 2020
1.0.2 Jan 11, 2020
0.0.1 Nov 26, 2014

#73 in Data structures

Download history 12641/week @ 2022-12-06 11695/week @ 2022-12-13 8008/week @ 2022-12-20 4228/week @ 2022-12-27 10813/week @ 2023-01-03 10002/week @ 2023-01-10 18140/week @ 2023-01-17 15484/week @ 2023-01-24 12663/week @ 2023-01-31 12129/week @ 2023-02-07 12617/week @ 2023-02-14 15839/week @ 2023-02-21 13534/week @ 2023-02-28 13256/week @ 2023-03-07 12342/week @ 2023-03-14 13041/week @ 2023-03-21

54,301 downloads per month
Used in 32 crates (6 directly)

ISC license

11KB
226 lines

rust-bloom-filter

A fast Bloom filter implementation in Rust.

Installation: use Cargo.


lib.rs:

Bloom filter for Rust

This is a simple but fast Bloom filter implementation, that requires only 2 hash functions, generated with SipHash-1-3 using randomized keys.

Dependencies

~125–350KB