Decision Workspace
sharded_mutex vs hiatus vs glock
Side-by-side comparison of Rust crates
50
sharded_mutex
growingv2.1.0
No per-object memory overhead locks. Pseudo atomic ops for Copy/PartialEq types.
40
hiatus
growingv0.1.1
Debug concurrent programs by choosing specific execution traces
36
glock
growingv0.1.2
Granular locking crate for Rust
Core Metrics
| sharded_mutex | hiatus | glock | |
|---|---|---|---|
| Health Score | 50 | 40 | 36 |
| Total Downloads | 26.2K | 3.2K | 4.7K |
| 30d Downloads | 41 | 5 | 5 |
| Dependents | 2 | 0 | 0 |
| Releases | 22 | 2 | 3 |
| Last Updated | 634d ago | 1991d ago | 2640d ago |
| Age | 4y | 5y 5m | 7y 2m |
Health Breakdown
sharded_mutex
Maintenance
6
Quality
21
Community
6
Popularity
5
Documentation
12
hiatus
Maintenance
3
Quality
15
Community
6
Popularity
4
Documentation
12
glock
Maintenance
3
Quality
16
Community
5
Popularity
4
Documentation
8
Technical Details
| sharded_mutex | hiatus | glock | |
|---|---|---|---|
| Version | 2.1.0 | 0.1.1 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 2 | 0 |
| Crate Size | 9KB | 9KB | 13KB |
| Features | 8 | 0 | 0 |
| Yanked % | 4.5% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | — |
| MSRV | 1.79.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sharded_mutex leads with a health score of 50/100, but none of the options score above 80.
- •⚠ sharded_mutex, hiatus, glock have not been updated in over a year.
- •hiatus, glock are pre-1.0 — API may change.