A fast Bloom filter implementation in Rust
☆272Feb 3, 2026Updated last month
Alternatives and similar repositories for rust-bloom-filter
Users that are interested in rust-bloom-filter are comparing it to the libraries listed below
Sorting:
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆293Oct 27, 2025Updated 4 months ago
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆336Feb 22, 2026Updated last week
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆160Feb 9, 2026Updated 3 weeks ago
- Routing - specialised storage DHT☆274Jun 25, 2021Updated 4 years ago
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- An I/O-oriented tokio runtime thread pool☆48Apr 7, 2020Updated 5 years ago
- Rust bindings to @sipa's minisketch library☆22Jul 20, 2021Updated 4 years ago
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Utilities for working with bytes☆2,188Feb 4, 2026Updated last month
- A fast binary serialization framework☆406Oct 16, 2024Updated last year
- Tody.Chat - Zero-configuration Team Chat☆13Apr 6, 2020Updated 5 years ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Multiplexer over reliable, ordered connections.☆231Updated this week
- Efficient, lock-free, bounded Rust broadcast channel☆837Sep 9, 2023Updated 2 years ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- A binary encoder / decoder implementation in Rust.☆3,075Aug 15, 2025Updated 6 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,078Sep 25, 2024Updated last year
- The `io_uring` library for Rust☆1,608Updated this week
- A Rust implementation of two segment trees and a fenwick tree.☆66Dec 28, 2018Updated 7 years ago
- Blazing fast concurrent HashMap for Rust.☆3,965Mar 5, 2025Updated 11 months ago
- A better compressed bitset in Rust☆904Feb 26, 2026Updated last week
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,315Nov 21, 2025Updated 3 months ago
- A simple and secure DNS client crate for Rust.☆38Feb 9, 2026Updated 3 weeks ago
- Concurrently Readable Data Structures for Rust☆363Feb 10, 2026Updated 3 weeks ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- An implementation of a LRU cache☆787Jan 7, 2026Updated last month
- Concurrent multi-producer multi-consumer queue☆301Dec 2, 2025Updated 3 months ago
- cross-platform Rust API for memory mapped IO☆571Feb 13, 2022Updated 4 years ago
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 5 months ago
- Graph data structure library for Rust.☆3,773Feb 21, 2026Updated last week
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- A fast implementation of Aho-Corasick in Rust.☆1,205Updated this week
- DEFLATE, gzip, and zlib bindings for Rust☆1,082Feb 23, 2026Updated last week
- Helpers for clearing sensitive data on the stack and heap☆53Jun 14, 2025Updated 8 months ago
- Compile time static maps for Rust☆2,107Updated this week
- rust wrapper for rocksdb☆2,130Feb 26, 2026Updated last week
- A multiprocess drop-in replacement for Rust channels☆1,088Feb 3, 2026Updated last month
- Fowler–Noll–Vo hash function☆358Mar 20, 2024Updated last year