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