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
69
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 | 69 | 51 |
| Total Downloads | 120.1K | 381.8K | 121.4K |
| 30d Downloads | 13.6K | 51.2K | 3.3K |
| Dependents | 6 | 60 | 43 |
| Releases | 5 | 35 | 5 |
| Last Updated | 478d ago | 33d ago | 2670d ago |
| Age | 2y 7m | 9y | 8y 9m |
Health Breakdown
per-thread-mutex
Maintenance
6
Quality
15
Community
5
Popularity
6
Documentation
13
triple_buffer
Maintenance
16
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 69/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.