Decision Workspace
spmc_buffer vs triple_buffer vs rt-history
Side-by-side comparison of Rust crates
43
spmc_buffer
growingv0.5.2
An extension of triple buffering for multiple-consumer scenarios, useful for sharing frequently updated data between threads
69
triple_buffer
stablev9.0.0
An implementation of triple buffering, useful for sharing frequently updated data between threads
58
rt-history
stablev4.1.0
An RT-safe history log with error checking
Core Metrics
| spmc_buffer | triple_buffer | rt-history | |
|---|---|---|---|
| Health Score | 43 | 69 | 58 |
| Total Downloads | 16.3K | 381.8K | 5.5K |
| 30d Downloads | 14 | 51.2K | 27 |
| Dependents | 0 | 60 | 0 |
| Releases | 10 | 35 | 5 |
| Last Updated | 327d ago | 33d ago | 33d ago |
| Age | 9y | 9y | 4y 4m |
Health Breakdown
spmc_buffer
Maintenance
6
Quality
15
Community
6
Popularity
5
Documentation
11
triple_buffer
Maintenance
16
Quality
20
Community
11
Popularity
7
Documentation
15
rt-history
Maintenance
17
Quality
19
Community
6
Popularity
4
Documentation
12
Technical Details
| spmc_buffer | triple_buffer | rt-history | |
|---|---|---|---|
| Version | 0.5.2 | 9.0.0 | 4.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MPL-2.0 | MPL-2.0 | MPL-2.0 |
| Dependencies | 1 | 3 | 6 |
| Crate Size | 19KB | 30KB | 23KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 2.9% | 0.0% |
| Edition | — | 2024 | 2024 |
| MSRV | — | 1.86 | 1.86 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •triple_buffer leads with a health score of 69/100, but none of the options score above 80.
- •spmc_buffer is pre-1.0 — API may change.