Decision Workspace
disk-mpmc vs smallring vs generic-arraydeque
Side-by-side comparison of Rust crates
53
disk-mpmc
growingv0.4.2
on-disk mpmc
58
smallring
experimentalv0.2.2
High-performance ring buffer with automatic stack/heap optimization | 高性能环形缓冲区,支持栈/堆自动优化
56
generic-arraydeque
experimentalv0.1.2
A fixed-capacity, stack-allocated double-ended queue (deque) backed by generic-array
Core Metrics
| disk-mpmc | smallring | generic-arraydeque | |
|---|---|---|---|
| Health Score | 53 | 58 | 56 |
| Total Downloads | 8.9K | 743 | 6.0K |
| 30d Downloads | 44 | 97 | 1.7K |
| Dependents | 6 | 13 | 1 |
| Releases | 9 | 10 | 3 |
| Last Updated | 526d ago | 75d ago | 114d ago |
| Age | 1y 5m | 4m | 4m |
Health Breakdown
disk-mpmc
Maintenance
14
Quality
14
Community
7
Popularity
5
Documentation
13
smallring
Maintenance
15
Quality
16
Community
9
Popularity
3
Documentation
15
generic-arraydeque
Maintenance
13
Quality
16
Community
7
Popularity
5
Documentation
15
Technical Details
| disk-mpmc | smallring | generic-arraydeque | |
|---|---|---|---|
| Version | 0.4.2 | 0.2.2 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 3 | 5 |
| Crate Size | 6KB | 66KB | 61KB |
| Features | 0 | 2 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.87 | 1.65 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •smallring leads with a health score of 58/100, but none of the options score above 80.
- •disk-mpmc has the most downloads (8.9K), suggesting wider adoption.
- •⚠ disk-mpmc has not been updated in over a year.