Decision Workspace
instance-copy-on-write vs mutex-extra vs maitake-sync
Side-by-side comparison of Rust crates
50
instance-copy-on-write
experimentalv0.9.1
A MT-safe copy-on-write implementation for the data structures.
42
mutex-extra
growingv0.9.9
`RefMutex<T>` that is similar to `Mutex<T>` but is `Sync` and `Send` even if `T` isn't `Send`.
65
maitake-sync
growingv0.3.0
No-std async synchronization primitives from Maitake
Core Metrics
| instance-copy-on-write | mutex-extra | maitake-sync | |
|---|---|---|---|
| Health Score | 50 | 42 | 65 |
| Total Downloads | 2.0K | 5.4K | 142.8K |
| 30d Downloads | 138 | 6 | 17.6K |
| Dependents | 14 | 0 | 101 |
| Releases | 12 | 4 | 7 |
| Last Updated | 74d ago | 1619d ago | 14d ago |
| Age | 6m | 4y 5m | 2y 6m |
Health Breakdown
instance-copy-on-write
Maintenance
15
Quality
13
Community
8
Popularity
4
Documentation
10
mutex-extra
Maintenance
9
Quality
16
Community
5
Popularity
4
Documentation
8
maitake-sync
Maintenance
19
Quality
14
Community
11
Popularity
6
Documentation
15
Technical Details
| instance-copy-on-write | mutex-extra | maitake-sync | |
|---|---|---|---|
| Version | 0.9.1 | 0.9.9 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 2 | 0 | 17 |
| Crate Size | 23KB | 5KB | 106KB |
| Features | 2 | 0 | 6 |
| Yanked % | 8.3% | 0.0% | 0.0% |
| Edition | 2024 | — | 2021 |
| MSRV | — | — | 1.61.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •maitake-sync leads with a health score of 65/100, but none of the options score above 80.
- •maitake-sync is depended on by 101 crates — strongest ecosystem trust.
- •⚠ mutex-extra has not been updated in over a year.