Decision Workspace
per-thread-mutex vs triple_buffer vs hurdles
Side-by-side comparison of Rust crates
45
per-thread-mutex
growingv0.1.4
Synchronization lock designed for wrapping thread-unsafe C libraries
66
triple_buffer
stablev9.0.0
An implementation of triple buffering, useful for sharing frequently updated data between threads
51
hurdles
growingv1.0.1
Counter-based thread barrier
Core Metrics
| per-thread-mutex | triple_buffer | hurdles | |
|---|---|---|---|
| Health Score | 45 | 66 | 51 |
| Total Downloads | 142.7K | 522.7K | 125.6K |
| 30d Downloads | 11.8K | 77.4K | 2.8K |
| Dependents | 7 | 66 | 43 |
| Releases | 5 | 35 | 5 |
| Last Updated | 537d ago | 92d ago | 2729d ago |
| Age | 2y 9m | 9y 2m | 8y 11m |
Health Breakdown
per-thread-mutex
Maintenance
6
Quality
15
Community
5
Popularity
6
Documentation
13
triple_buffer
Maintenance
13
Quality
20
Community
11
Popularity
7
Documentation
15
hurdles
Maintenance
3
Quality
21
Community
10
Popularity
6
Documentation
11
Technical Details
| per-thread-mutex | triple_buffer | hurdles | |
|---|---|---|---|
| Version | 0.1.4 | 9.0.0 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MPL-2.0 | MPL-2.0 | MIT/Apache-2.0 |
| Dependencies | 3 | 3 | 1 |
| Crate Size | 10KB | 30KB | 34KB |
| Features | 0 | 1 | 1 |
| Yanked % | 0.0% | 2.9% | 0.0% |
| Edition | 2021 | 2024 | — |
| MSRV | — | 1.86 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •triple_buffer leads with a health score of 66/100, but none of the options score above 80.
- •⚠ per-thread-mutex, hurdles have not been updated in over a year.
- •per-thread-mutex is pre-1.0 — API may change.