Decision Workspace
spin-sync vs fast-async-mutex vs arc_map
Side-by-side comparison of Rust crates
40
spin-sync
growingv0.3.2
Synchronization primitives using spinlock. The interface resembles std::sync. The constructors of public structs are const; i.e. it is possible to declare static Mutex<T> as long as T can be build statically.
49
fast-async-mutex
growingv0.6.7
It is a lib which provide asynchronous locking mechanisms (Mutex, RwLock, OrderedMutex and OrderedRwLock)
35
arc_map
growingv0.1.3
A Map of Arc<Mutex<V>> that eases the access of indivdual members
Core Metrics
| spin-sync | fast-async-mutex | arc_map | |
|---|---|---|---|
| Health Score | 40 | 49 | 35 |
| Total Downloads | 14.3K | 71.3K | 8.2K |
| 30d Downloads | 13 | 454 | 21 |
| Dependents | 4 | 89 | 0 |
| Releases | 9 | 29 | 4 |
| Last Updated | 1876d ago | 1937d ago | 2768d ago |
| Age | 6y 4m | 5y 6m | 7y 7m |
Health Breakdown
spin-sync
Maintenance
4
Quality
14
Community
5
Popularity
5
Documentation
12
fast-async-mutex
Maintenance
6
Quality
15
Community
10
Popularity
6
Documentation
12
arc_map
Maintenance
3
Quality
16
Community
3
Popularity
5
Documentation
8
Technical Details
| spin-sync | fast-async-mutex | arc_map | |
|---|---|---|---|
| Version | 0.3.2 | 0.6.7 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | LGPL-3.0-or-later OR Apache-2.0 OR BSD-2-Clause | Apache-2.0/MIT | MIT |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 867KB | 13KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | — |
| MSRV | — | — | — |
| 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.
- •⚠ spin-sync, fast-async-mutex, arc_map have not been updated in over a year.