Decision Workspace
disk-chan vs smallring vs generic-arraydeque
Side-by-side comparison of Rust crates
41
disk-chan
growingv0.3.0
An on-disk, (almost) lock-free, async, mpmc channel.
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-chan | smallring | generic-arraydeque | |
|---|---|---|---|
| Health Score | 41 | 58 | 56 |
| Total Downloads | 2.3K | 743 | 6.0K |
| 30d Downloads | 5 | 92 | 1.7K |
| Dependents | 0 | 13 | 1 |
| Releases | 3 | 10 | 3 |
| Last Updated | 408d ago | 75d ago | 114d ago |
| Age | 1y 1m | 4m | 4m |
Health Breakdown
disk-chan
Maintenance
6
Quality
13
Community
5
Popularity
4
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-chan | smallring | generic-arraydeque | |
|---|---|---|---|
| Version | 0.3.0 | 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 | 8 | 3 | 5 |
| Crate Size | 15KB | 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.
- •generic-arraydeque has the most downloads (6.0K), suggesting wider adoption.
- •⚠ disk-chan has not been updated in over a year.