Decision Workspace
pithanos vs fastbloom vs orx-pinned-concurrent-col
Side-by-side comparison of Rust crates
44
pithanos
experimentalv0.2.0
Fast, lock-free probabilistic data structures for modern Rust.
66
fastbloom
growingv0.17.0
The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.
59
orx-pinned-concurrent-col
stablev2.18.0
A core data structure with a focus to enable high performance, possibly lock-free, concurrent collections using a PinnedVec as the underlying storage.
Core Metrics
| pithanos | fastbloom | orx-pinned-concurrent-col | |
|---|---|---|---|
| Health Score | 44 | 66 | 59 |
| Total Downloads | 179 | 7.9M | 1.1M |
| 30d Downloads | 5 | 1.8M | 145.1K |
| Dependents | 0 | 316 | 167 |
| Releases | 2 | 22 | 27 |
| Last Updated | 110d ago | 26d ago | 158d ago |
| Age | 5m | 2y 1m | 1y 11m |
Health Breakdown
pithanos
Maintenance
11
Quality
14
Community
6
Popularity
3
Documentation
10
fastbloom
Maintenance
17
Quality
16
Community
13
Popularity
8
Documentation
12
orx-pinned-concurrent-col
Maintenance
12
Quality
18
Community
12
Popularity
7
Documentation
10
Technical Details
| pithanos | fastbloom | orx-pinned-concurrent-col | |
|---|---|---|---|
| Version | 0.2.0 | 0.17.0 | 2.18.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 9 | 5 |
| Crate Size | 13KB | 24KB | 18KB |
| Features | 0 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| 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.
- •pithanos, fastbloom are pre-1.0 — API may change.