Decision Workspace
altdeque vs slabigator vs generic-arraydeque
Side-by-side comparison of Rust crates
43
altdeque
growingv1.0.0
An alternative deque implementation.
56
slabigator
growingv0.9.5
A fixed-capacity linked list with stable element addressing and no dynamic allocations
56
generic-arraydeque
experimentalv0.1.2
A fixed-capacity, stack-allocated double-ended queue (deque) backed by generic-array
Core Metrics
| altdeque | slabigator | generic-arraydeque | |
|---|---|---|---|
| Health Score | 43 | 56 | 56 |
| Total Downloads | 1.7K | 75.1K | 6.0K |
| 30d Downloads | 3 | 3.2K | 1.7K |
| Dependents | 0 | 17 | 1 |
| Releases | 1 | 13 | 3 |
| Last Updated | 1209d ago | 316d ago | 114d ago |
| Age | 3y 3m | 3y 9m | 4m |
Health Breakdown
altdeque
Maintenance
1
Quality
21
Community
4
Popularity
4
Documentation
13
slabigator
Maintenance
8
Quality
18
Community
9
Popularity
6
Documentation
15
generic-arraydeque
Maintenance
13
Quality
16
Community
7
Popularity
5
Documentation
15
Technical Details
| altdeque | slabigator | generic-arraydeque | |
|---|---|---|---|
| Version | 1.0.0 | 0.9.5 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 2 | 5 |
| Crate Size | 28KB | 16KB | 61KB |
| Features | 0 | 5 | 7 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.60.0 | 1.65 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •slabigator leads with a health score of 56/100, but none of the options score above 80.
- •⚠ altdeque has not been updated in over a year.
- •slabigator, generic-arraydeque are pre-1.0 — API may change.