Decision Workspace
slabigator vs array_buf vs generic-arraydeque
Side-by-side comparison of Rust crates
56
slabigator
growingv0.9.5
A fixed-capacity linked list with stable element addressing and no dynamic allocations
55
array_buf
experimentalv0.1.1
Highly optimized fixed-capacity deque buffer stored on the stack
53
generic-arraydeque
experimentalv0.2.0
A fixed-capacity, stack-allocated double-ended queue (deque) backed by generic-array
Core Metrics
| slabigator | array_buf | generic-arraydeque | |
|---|---|---|---|
| Health Score | 56 | 55 | 53 |
| Total Downloads | 78.9K | 249 | 6.3K |
| 30d Downloads | 2.2K | 0 | 0 |
| Dependents | 20 | 3 | 1 |
| Releases | 13 | 2 | 4 |
| Last Updated | 375d ago | 105d ago | 32d ago |
| Age | 3y 11m | 4m | 6m |
Health Breakdown
slabigator
Maintenance
7
Quality
18
Community
10
Popularity
6
Documentation
15
array_buf
Maintenance
12
Quality
17
Community
8
Popularity
3
Documentation
15
generic-arraydeque
Maintenance
16
Quality
10
Community
7
Popularity
5
Documentation
15
Technical Details
| slabigator | array_buf | generic-arraydeque | |
|---|---|---|---|
| Version | 0.9.5 | 0.1.1 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 0 | 5 |
| Crate Size | 16KB | 10KB | 70KB |
| Features | 5 | 2 | 7 |
| Yanked % | 0.0% | 0.0% | 75.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.60.0 | 1.93.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.
- •⚠ slabigator has not been updated in over a year.