Package: wnpp Severity: wishlist Owner: Alexander Kjäll <[email protected]> X-Debbugs-Cc: [email protected], [email protected]
* Package name : rust-fastbloom Version : 0.15.0 Upstream Contact: Thomas Pendock * URL : https://crates.io/crates/fastbloom * License : MIT OR Apache-2.0 Programming Lang: Rust Description : The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher. fastbloom is a fast, flexible, and accurate Bloom filter implemented in Rust. fastbloom's default hasher is SipHash-1-3 using randomized keys but can be seeded or configured to use any hasher. fastbloom is 2-20 times faster and magnitudes more accurate than existing Bloom filter implementations. fastbloom's AtomicBloomFilter is a concurrent Bloom filter that avoids lock contention.

