Decision Workspace
bcast vs shm-primitives vs memlink-shm
Side-by-side comparison of Rust crates
59
bcast
growingv0.0.28
Low latency broadcast (SPMC) buffer designed to work with shared memory.
63
shm-primitives
experimentalv7.3.0
Lock-free primitives for shared memory IPC: BipBuffer, slot metadata, and OS-level doorbell/mmap
56
memlink-shm
experimentalv0.1.3
High-performance shared memory IPC library with multi-priority messaging and lock-free ring buffers
Core Metrics
| bcast | shm-primitives | memlink-shm | |
|---|---|---|---|
| Health Score | 59 | 63 | 56 |
| Total Downloads | 18.2K | 931 | 44 |
| 30d Downloads | 178 | 392 | 44 |
| Dependents | 0 | 18 | 1 |
| Releases | 28 | 11 | 4 |
| Last Updated | 23d ago | 4d ago | 6d ago |
| Age | 1y 4m | 3m | 6d |
Health Breakdown
bcast
Maintenance
18
Quality
15
Community
6
Popularity
5
Documentation
15
shm-primitives
Maintenance
19
Quality
16
Community
9
Popularity
4
Documentation
15
memlink-shm
Maintenance
19
Quality
13
Community
7
Popularity
2
Documentation
15
Technical Details
| bcast | shm-primitives | memlink-shm | |
|---|---|---|---|
| Version | 0.0.28 | 7.3.0 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 9 | 4 | 6 |
| Crate Size | 22KB | 39KB | 28KB |
| Features | 2 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.88.0 | 1.91 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •shm-primitives leads with a health score of 63/100, but none of the options score above 80.
- •bcast has the most downloads (18.2K), suggesting wider adoption.
- •bcast, memlink-shm are pre-1.0 — API may change.