Decision Workspace
tspawn vs starshard vs atomr-core
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
62
starshard
growingv2.2.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.
59
atomr-core
experimentalv0.9.2
Actors, supervision, dispatch, mailboxes, scheduler, FSM, event stream, and coordinated shutdown — the core of the atomr actor runtime.
Core Metrics
| tspawn | starshard | atomr-core | |
|---|---|---|---|
| Health Score | 38 | 62 | 59 |
| Total Downloads | 555 | 21.0K | 2.5K |
| 30d Downloads | 0 | 5.0K | 2.5K |
| Dependents | 0 | 0 | 248 |
| Releases | 1 | 14 | 5 |
| Last Updated | 343d ago | 10d ago | 15d ago |
| Age | 11m | 8m | 22d |
Health Breakdown
tspawn
Maintenance
3
Quality
13
Community
6
Popularity
3
Documentation
13
starshard
Maintenance
18
Quality
18
Community
6
Popularity
5
Documentation
15
atomr-core
Maintenance
16
Quality
11
Community
13
Popularity
4
Documentation
15
Technical Details
| tspawn | starshard | atomr-core | |
|---|---|---|---|
| Version | 0.1.0 | 2.2.0 | 0.9.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 12 | 20 |
| Crate Size | 19KB | 64KB | 77KB |
| Features | 0 | 7 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.95.0 | 1.78 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •starshard leads with a health score of 62/100, but none of the options score above 80.
- •atomr-core is depended on by 248 crates — strongest ecosystem trust.
- •tspawn, atomr-core are pre-1.0 — API may change.