Decision Workspace
lockable vs lockpool vs xutex
Side-by-side comparison of Rust crates
54
lockable
growingv0.2.0
This library offers hash map, hash set and cache data structures where individual entries can be locked
49
lockpool
growingv3.0.1
This library offers a pool of locks where individual locks can be locked/unlocked by key
45
xutex
experimentalv0.2.1
an extremely fast async mutex with alternative sync API
Core Metrics
| lockable | lockpool | xutex | |
|---|---|---|---|
| Health Score | 54 | 49 | 45 |
| Total Downloads | 227.6K | 10.3K | 1.9K |
| 30d Downloads | 2.3K | 12 | 247 |
| Dependents | 103 | 0 | 5 |
| Releases | 11 | 8 | 6 |
| Last Updated | 292d ago | 1220d ago | 82d ago |
| Age | 3y 11m | 4y 5m | 4m |
Health Breakdown
lockable
Maintenance
6
Quality
16
Community
11
Popularity
6
Documentation
15
lockpool
Maintenance
4
Quality
19
Community
6
Popularity
5
Documentation
15
xutex
Maintenance
14
Quality
9
Community
8
Popularity
4
Documentation
10
Technical Details
| lockable | lockpool | xutex | |
|---|---|---|---|
| Version | 0.2.0 | 3.0.1 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 7 | 8 | 7 |
| Crate Size | 54KB | 19KB | 28KB |
| Features | 3 | 1 | 2 |
| Yanked % | 0.0% | 0.0% | 33.3% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.85 | 1.65.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •lockable leads with a health score of 54/100, but none of the options score above 80.
- •lockable is depended on by 103 crates — strongest ecosystem trust.
- •⚠ lockpool has not been updated in over a year.
- •lockable, xutex are pre-1.0 — API may change.