Decision Workspace
bloom-filters vs fastbloom vs qfilter
Side-by-side comparison of Rust crates
44
bloom-filters
growingv0.1.2
Rust port of https://github.com/tylertreat/BoomFilters
66
fastbloom
growingv0.17.0
The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.
58
qfilter
growingv0.2.5
Efficient bloom filter like datastructure, based on the Rank Select Quotient Filter (RSQF)
Core Metrics
| bloom-filters | fastbloom | qfilter | |
|---|---|---|---|
| Health Score | 44 | 66 | 58 |
| Total Downloads | 254.6K | 7.9M | 1.9M |
| 30d Downloads | 9.8K | 1.8M | 139.4K |
| Dependents | 115 | 316 | 9 |
| Releases | 3 | 22 | 16 |
| Last Updated | 1740d ago | 26d ago | 10d ago |
| Age | 7y 3m | 2y 1m | 3y 3m |
Health Breakdown
bloom-filters
Maintenance
3
Quality
15
Community
11
Popularity
6
Documentation
9
fastbloom
Maintenance
17
Quality
16
Community
13
Popularity
8
Documentation
12
qfilter
Maintenance
17
Quality
16
Community
8
Popularity
7
Documentation
10
Technical Details
| bloom-filters | fastbloom | qfilter | |
|---|---|---|---|
| Version | 0.1.2 | 0.17.0 | 0.2.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 9 | 6 |
| Crate Size | 7KB | 24KB | 21KB |
| Features | 0 | 5 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.70 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fastbloom leads with a health score of 66/100, but none of the options score above 80.
- •fastbloom is depended on by 316 crates — strongest ecosystem trust.
- •⚠ bloom-filters has not been updated in over a year.