Decision Workspace
memlink-shm vs slotbus vs lowlet
Side-by-side comparison of Rust crates
52
memlink-shm
experimentalv0.1.3
High-performance shared memory IPC library with multi-priority messaging and lock-free ring buffers
51
slotbus
experimentalv0.1.2
Lock-free shared memory IPC with slotted request/response. Sub-microsecond wake latency, zero-copy payloads, 32 concurrent in-flight requests per worker.
47
lowlet
experimentalv0.1.2
Low-latency IPC library using shared memory and lock-free structures
Core Metrics
| memlink-shm | slotbus | lowlet | |
|---|---|---|---|
| Health Score | 52 | 51 | 47 |
| Total Downloads | 84 | 172 | 52 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 1 | 3 | 0 |
| Releases | 4 | 3 | 3 |
| Last Updated | 65d ago | 44d ago | 136d ago |
| Age | 2m | 3m | 4m |
Health Breakdown
memlink-shm
Maintenance
15
Quality
13
Community
7
Popularity
2
Documentation
15
slotbus
Maintenance
16
Quality
12
Community
8
Popularity
3
Documentation
12
lowlet
Maintenance
12
Quality
14
Community
6
Popularity
2
Documentation
13
Technical Details
| memlink-shm | slotbus | lowlet | |
|---|---|---|---|
| Version | 0.1.3 | 0.1.2 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT |
| Dependencies | 6 | 9 | 2 |
| Crate Size | 28KB | 35KB | 27KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70 | 1.75 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •memlink-shm leads with a health score of 52/100, but none of the options score above 80.
- •slotbus has the most downloads (172), suggesting wider adoption.