Decision Workspace
lockpool vs lockable vs fast-async-mutex
Side-by-side comparison of Rust crates
49
lockpool
growingv3.0.1
This library offers a pool of locks where individual locks can be locked/unlocked by key
54
lockable
growingv0.2.0
This library offers hash map, hash set and cache data structures where individual entries can be locked
49
fast-async-mutex
growingv0.6.7
It is a lib which provide asynchronous locking mechanisms (Mutex, RwLock, OrderedMutex and OrderedRwLock)
Core Metrics
| lockpool | lockable | fast-async-mutex | |
|---|---|---|---|
| Health Score | 49 | 54 | 49 |
| Total Downloads | 10.3K | 227.6K | 71.3K |
| 30d Downloads | 12 | 2.2K | 454 |
| Dependents | 0 | 103 | 89 |
| Releases | 8 | 11 | 29 |
| Last Updated | 1220d ago | 292d ago | 1937d ago |
| Age | 4y 5m | 3y 11m | 5y 6m |
Health Breakdown
lockpool
Maintenance
4
Quality
19
Community
6
Popularity
5
Documentation
15
lockable
Maintenance
6
Quality
16
Community
11
Popularity
6
Documentation
15
fast-async-mutex
Maintenance
6
Quality
15
Community
10
Popularity
6
Documentation
12
Technical Details
| lockpool | lockable | fast-async-mutex | |
|---|---|---|---|
| Version | 3.0.1 | 0.2.0 | 0.6.7 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0/MIT |
| Dependencies | 8 | 7 | 2 |
| Crate Size | 19KB | 54KB | 13KB |
| Features | 1 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | 1.65.0 | 1.85 | — |
| 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, fast-async-mutex have not been updated in over a year.
- •lockable, fast-async-mutex are pre-1.0 — API may change.