Decision Workspace
tspawn vs starshard vs acty
Side-by-side comparison of Rust crates
38
tspawn
experimentalv0.1.0
A thread-safe wrapper around Arc<RwLock<T>> with convenient cloning semantics and async task spawning macros
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.
53
acty
experimentalv1.0.1
A lightweight, async actor framework built on Tokio.
Core Metrics
| tspawn | starshard | acty | |
|---|---|---|---|
| Health Score | 38 | 58 | 53 |
| Total Downloads | 536 | 13.4K | 918 |
| 30d Downloads | 3 | 2.4K | 33 |
| Dependents | 0 | 0 | 13 |
| Releases | 1 | 10 | 11 |
| Last Updated | 284d ago | 55d ago | 132d ago |
| Age | 9m | 6m | 5m |
Health Breakdown
tspawn
Maintenance
3
Quality
13
Community
6
Popularity
3
Documentation
13
starshard
Maintenance
16
Quality
18
Community
6
Popularity
5
Documentation
13
acty
Maintenance
14
Quality
13
Community
9
Popularity
4
Documentation
13
Technical Details
| tspawn | starshard | acty | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.0 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 12 | 4 |
| Crate Size | 19KB | 44KB | 28KB |
| Features | 0 | 7 | 0 |
| Yanked % | 0.0% | 0.0% | 9.1% |
| Edition | 2021 | 2024 | 2024 |
| 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.
- •tspawn is pre-1.0 — API may change.