Decision Workspace
shared-lock vs fast-async-mutex vs xutex
Side-by-side comparison of Rust crates
36
shared-lock
experimentalv0.1.0
A lock that protects multiple objects at once.
49
fast-async-mutex
growingv0.6.7
It is a lib which provide asynchronous locking mechanisms (Mutex, RwLock, OrderedMutex and OrderedRwLock)
45
xutex
experimentalv0.2.1
an extremely fast async mutex with alternative sync API
Core Metrics
| shared-lock | fast-async-mutex | xutex | |
|---|---|---|---|
| Health Score | 36 | 49 | 45 |
| Total Downloads | 519 | 71.3K | 1.9K |
| 30d Downloads | 18 | 454 | 236 |
| Dependents | 0 | 89 | 5 |
| Releases | 1 | 29 | 6 |
| Last Updated | 278d ago | 1937d ago | 82d ago |
| Age | 9m | 5y 6m | 4m |
Health Breakdown
shared-lock
Maintenance
3
Quality
13
Community
5
Popularity
3
Documentation
12
fast-async-mutex
Maintenance
6
Quality
15
Community
10
Popularity
6
Documentation
12
xutex
Maintenance
14
Quality
9
Community
8
Popularity
4
Documentation
10
Technical Details
| shared-lock | fast-async-mutex | xutex | |
|---|---|---|---|
| Version | 0.1.0 | 0.6.7 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0/MIT | MIT |
| Dependencies | 5 | 2 | 7 |
| Crate Size | 13KB | 13KB | 28KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 33.3% |
| Edition | 2024 | 2018 | 2024 |
| MSRV | 1.85 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast-async-mutex leads with a health score of 49/100, but none of the options score above 80.
- •⚠ fast-async-mutex has not been updated in over a year.