Decision Workspace
lariv vs ring-vec vs atomic_ring_buffer
Side-by-side comparison of Rust crates
36
lariv
growingv0.3.2
Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.
42
ring-vec
growingv0.1.1
A zero-dependency, no-std compatible, producer-consumer, fixed-size, item-oriented ring buffer backed by a vector.
37
atomic_ring_buffer
growingv1.0.0
A fixed-size multi-producer multi-consumer queue that works on bare-metal systems.
Core Metrics
| lariv | ring-vec | atomic_ring_buffer | |
|---|---|---|---|
| Health Score | 36 | 42 | 37 |
| Total Downloads | 14.5K | 3.7K | 2.0K |
| 30d Downloads | 13 | 23 | 3 |
| Dependents | 0 | 2 | 0 |
| Releases | 12 | 2 | 1 |
| Last Updated | 966d ago | 2052d ago | 3342d ago |
| Age | 3y 1m | 5y 7m | 9y 1m |
Health Breakdown
lariv
Maintenance
6
Quality
9
Community
6
Popularity
5
Documentation
10
ring-vec
Maintenance
3
Quality
16
Community
7
Popularity
4
Documentation
12
atomic_ring_buffer
Maintenance
1
Quality
18
Community
3
Popularity
4
Documentation
11
Technical Details
| lariv | ring-vec | atomic_ring_buffer | |
|---|---|---|---|
| Version | 0.3.2 | 0.1.1 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MPL-2.0 | 0BSD |
| Dependencies | 2 | 0 | 0 |
| Crate Size | 151KB | 8KB | 7KB |
| Features | 0 | 0 | 5 |
| Yanked % | 25.0% | 0.0% | 100.0% |
| Edition | 2021 | 2018 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ring-vec leads with a health score of 42/100, but none of the options score above 80.
- •lariv has the most downloads (14.5K), suggesting wider adoption.
- •⚠ lariv, ring-vec, atomic_ring_buffer have not been updated in over a year.
- •lariv, ring-vec are pre-1.0 — API may change.