Decision Workspace
starshard vs manual_rwlock vs tspawn
Side-by-side comparison of Rust crates
58
starshard
growingv1.1.0
A blazing-fast sharded concurrent HashMap using hashbrown and RwLock, with lazy shards, atomic length cache, async support, conditional operations, batch operations, TTL/metrics/transactions.
46
manual_rwlock
growingv0.5.0
A library implementing An RW lock with more manual control
38
tspawn
experimentalv0.1.0
A thread-safe wrapper around Arc<RwLock<T>> with convenient cloning semantics and async task spawning macros
Core Metrics
| starshard | manual_rwlock | tspawn | |
|---|---|---|---|
| Health Score | 58 | 46 | 38 |
| Total Downloads | 13.4K | 8.4K | 536 |
| 30d Downloads | 2.4K | 10 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 10 | 8 | 1 |
| Last Updated | 55d ago | 195d ago | 284d ago |
| Age | 6m | 1y 9m | 9m |
Health Breakdown
starshard
Maintenance
16
Quality
18
Community
6
Popularity
5
Documentation
13
manual_rwlock
Maintenance
10
Quality
15
Community
6
Popularity
5
Documentation
10
tspawn
Maintenance
3
Quality
13
Community
6
Popularity
3
Documentation
13
Technical Details
| starshard | manual_rwlock | tspawn | |
|---|---|---|---|
| Version | 1.1.0 | 0.5.0 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 12 | 1 | 4 |
| Crate Size | 44KB | 5KB | 19KB |
| Features | 7 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •starshard leads with a health score of 58/100, but none of the options score above 80.
- •manual_rwlock, tspawn are pre-1.0 — API may change.