Decision Workspace
rusteron-rb vs ringbuf vs shm-primitives
Side-by-side comparison of Rust crates
45
rusteron-rb
growingv0.1.121
Provides ring buffer and broadcast functionalities via aeron c bindings, allowing efficient, low-latency message passing between different threads or processes. This module implements Single Producer, Single Consumer (SPSC) ring buffers, Multi-Producer, Single Consumer (MPSC) ring buffers, and broadcast channels.
63
ringbuf
growingv0.4.8
Lock-free SPSC FIFO ring buffer with direct access to inner data
63
shm-primitives
experimentalv7.3.0
Lock-free primitives for shared memory IPC: BipBuffer, slot metadata, and OS-level doorbell/mmap
Core Metrics
| rusteron-rb | ringbuf | shm-primitives | |
|---|---|---|---|
| Health Score | 45 | 63 | 63 |
| Total Downloads | 69.5K | 10.9M | 931 |
| 30d Downloads | 90 | 653.1K | 387 |
| Dependents | 0 | 1.3K | 18 |
| Releases | 88 | 40 | 11 |
| Last Updated | 359d ago | 92d ago | 4d ago |
| Age | 1y 4m | 7y 2m | 3m |
Health Breakdown
rusteron-rb
Maintenance
9
Quality
12
Community
5
Popularity
6
Documentation
13
ringbuf
Maintenance
13
Quality
13
Community
16
Popularity
8
Documentation
13
shm-primitives
Maintenance
19
Quality
16
Community
9
Popularity
4
Documentation
15
Technical Details
| rusteron-rb | ringbuf | shm-primitives | |
|---|---|---|---|
| Version | 0.1.121 | 0.4.8 | 7.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 13 | 4 | 4 |
| Crate Size | 3.8MB | 32KB | 39KB |
| Features | 5 | 6 | 1 |
| Yanked % | 2.3% | 15.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.91 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •ringbuf leads with a health score of 63/100, but none of the options score above 80.
- •ringbuf is depended on by 1.3K crates — strongest ecosystem trust.
- •rusteron-rb, ringbuf are pre-1.0 — API may change.