Decision Workspace
fixed-slice-deque vs slice-deque vs slice-ring-buffer
Side-by-side comparison of Rust crates
46
fixed-slice-deque
growingv0.1.0-beta5
A fixed size deque implementation
51
slice-deque
growingv0.3.0
A double-ended queue that Deref's into a slice.
46
slice-ring-buffer
growingv0.3.4
A double-ended queue that Deref's into a slice.
Core Metrics
| fixed-slice-deque | slice-deque | slice-ring-buffer | |
|---|---|---|---|
| Health Score | 46 | 51 | 46 |
| Total Downloads | 48.5K | 1.8M | 3.8M |
| 30d Downloads | 116 | 26.2K | 267.1K |
| Dependents | 0 | 65 | 20 |
| Releases | 6 | 21 | 4 |
| Last Updated | 64d ago | 2359d ago | 608d ago |
| Age | 3y 6m | 8y 2m | 4y 4m |
Health Breakdown
fixed-slice-deque
Maintenance
12
Quality
10
Community
5
Popularity
6
Documentation
13
slice-deque
Maintenance
4
Quality
17
Community
11
Popularity
7
Documentation
12
slice-ring-buffer
Maintenance
4
Quality
12
Community
10
Popularity
8
Documentation
12
Technical Details
| fixed-slice-deque | slice-deque | slice-ring-buffer | |
|---|---|---|---|
| Version | 0.1.0-beta5 | 0.3.0 | 0.3.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 3 | 3 |
| Crate Size | 15KB | 57KB | 56KB |
| Features | 0 | 3 | 3 |
| Yanked % | 50.0% | 0.0% | 25.0% |
| Edition | 2024 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •slice-deque leads with a health score of 51/100, but none of the options score above 80.
- •slice-ring-buffer has the most downloads (3.8M), suggesting wider adoption.
- •⚠ slice-deque, slice-ring-buffer have not been updated in over a year.