Decision Workspace
mmap-sync vs triple_buffer vs rt-history
Side-by-side comparison of Rust crates
58
mmap-sync
stablev2.0.4
A Rust package allowing sharing of data between processes in a wait-free and zero-copy fashion from mapped memory.
66
triple_buffer
stablev9.0.0
An implementation of triple buffering, useful for sharing frequently updated data between threads
55
rt-history
stablev4.1.0
An RT-safe history log with error checking
Core Metrics
| mmap-sync | triple_buffer | rt-history | |
|---|---|---|---|
| Health Score | 58 | 66 | 55 |
| Total Downloads | 1.2M | 522.7K | 5.6K |
| 30d Downloads | 95.4K | 77.4K | 0 |
| Dependents | 0 | 66 | 0 |
| Releases | 10 | 35 | 5 |
| Last Updated | 46d ago | 92d ago | 92d ago |
| Age | 2y 11m | 9y 2m | 4y 6m |
Health Breakdown
mmap-sync
Maintenance
15
Quality
18
Community
8
Popularity
7
Documentation
10
triple_buffer
Maintenance
13
Quality
20
Community
11
Popularity
7
Documentation
15
rt-history
Maintenance
14
Quality
19
Community
6
Popularity
4
Documentation
12
Technical Details
| mmap-sync | triple_buffer | rt-history | |
|---|---|---|---|
| Version | 2.0.4 | 9.0.0 | 4.1.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MPL-2.0 | MPL-2.0 |
| Dependencies | 10 | 3 | 6 |
| Crate Size | 30KB | 30KB | 23KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 2.9% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | 1.86 | 1.86 |
| Owners | 2 | 1 | 1 |
Links
Quick Verdict
- •triple_buffer leads with a health score of 66/100, but none of the options score above 80.
- •mmap-sync has the most downloads (1.2M), suggesting wider adoption.