Decision Workspace
pi_append_vec vs pi_key_alloter vs pi_slot
Side-by-side comparison of Rust crates
55
pi_append_vec
growingv0.6.3
Only supports append vectors, lock free
54
pi_key_alloter
growingv0.6.4
lock free Key(idx:u32, version:u32) alloter
53
pi_slot
growingv0.4.2
lock free Slotmap data structure
Core Metrics
| pi_append_vec | pi_key_alloter | pi_slot | |
|---|---|---|---|
| Health Score | 55 | 54 | 53 |
| Total Downloads | 33.4K | 34.2K | 15.2K |
| 30d Downloads | 54 | 585 | 37 |
| Dependents | 48 | 70 | 45 |
| Releases | 31 | 23 | 14 |
| Last Updated | 289d ago | 225d ago | 288d ago |
| Age | 2y 5m | 2y 7m | 2y 6m |
Health Breakdown
pi_append_vec
Maintenance
9
Quality
15
Community
16
Popularity
5
Documentation
10
pi_key_alloter
Maintenance
10
Quality
16
Community
13
Popularity
5
Documentation
10
pi_slot
Maintenance
8
Quality
14
Community
16
Popularity
5
Documentation
10
Technical Details
| pi_append_vec | pi_key_alloter | pi_slot | |
|---|---|---|---|
| Version | 0.6.3 | 0.6.4 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 4 |
| Crate Size | 5KB | 7KB | 7KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 2 (team) | 2 (team) | 2 (team) |
Links
Quick Verdict
- •pi_append_vec leads with a health score of 55/100, but none of the options score above 80.
- •pi_key_alloter has the most downloads (34.2K), suggesting wider adoption.