Decision Workspace
spigal vs array-deque vs picoring
Side-by-side comparison of Rust crates
47
spigal
growingv0.3.0
A simple fixed-length ring buffer implementation, intended to be no-frills and easy to use, especially for embedded applications.
57
array-deque
experimentalv0.4.0
Fixed-capacity circular buffer implementations: heap-allocated ArrayDeque and stack-allocated StackArrayDeque. Efficient O(1) operations, no_std support.
52
picoring
experimentalv0.6.0
High-performance, zero-copy circular buffer for Rust using hardware memory mirroring.
Core Metrics
| spigal | array-deque | picoring | |
|---|---|---|---|
| Health Score | 47 | 57 | 52 |
| Total Downloads | 6.8K | 5.5K | 161 |
| 30d Downloads | 22 | 603 | 161 |
| Dependents | 0 | 0 | 0 |
| Releases | 5 | 5 | 11 |
| Last Updated | 1190d ago | 2d ago | 15d ago |
| Age | 3y 3m | 9m | 21d |
Health Breakdown
spigal
Maintenance
10
Quality
16
Community
6
Popularity
5
Documentation
10
array-deque
Maintenance
18
Quality
16
Community
6
Popularity
4
Documentation
13
picoring
Maintenance
18
Quality
15
Community
6
Popularity
3
Documentation
10
Technical Details
| spigal | array-deque | picoring | |
|---|---|---|---|
| Version | 0.3.0 | 0.4.0 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 5 |
| Crate Size | 7KB | 13KB | 44KB |
| Features | 1 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •array-deque leads with a health score of 57/100, but none of the options score above 80.
- •spigal has the most downloads (6.8K), suggesting wider adoption.
- •⚠ spigal has not been updated in over a year.