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 | 257.8K | 73.6K |
| 30d Downloads | 0 | 3.9K | 0 |
| Dependents | 0 | 116 | 89 |
| Releases | 8 | 11 | 29 |
| Last Updated | 1328d ago | 400d ago | 2045d ago |
| Age | 4y 9m | 4y 3m | 5y 10m |
Health Breakdown
lockpool
Maintenance
4
Quality
19
Community
6
Popularity
5
Documentation
15
lockable
Maintenance
5
Quality
16
Community
12
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 116 crates — strongest ecosystem trust.
- •⚠ lockpool, lockable, fast-async-mutex have not been updated in over a year.
- •lockable, fast-async-mutex are pre-1.0 — API may change.