Decision Workspace
psm vs smallvec vs arrayvec
Side-by-side comparison of Rust crates
64
psm
growingv0.1.30
Portable Stack Manipulation: stack manipulation and introspection routines
70
smallvec
stablev1.15.1
'Small vector' optimization: store up to a small number of items on the stack
64
arrayvec
growingv0.7.6
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
Core Metrics
| psm | smallvec | arrayvec | |
|---|---|---|---|
| Health Score | 64 | 70 | 64 |
| Total Downloads | 70.8M | 730.7M | 362.1M |
| 30d Downloads | 7.2M | 49.2M | 23.0M |
| Dependents | 189 | 51.1K | 16.0K |
| Releases | 31 | 76 | 55 |
| Last Updated | 49d ago | 131d ago | 587d ago |
| Age | 7y 3m | 10y 11m | 10y 10m |
Health Breakdown
psm
Maintenance
15
Quality
15
Community
13
Popularity
8
Documentation
13
smallvec
Maintenance
14
Quality
17
Community
19
Popularity
8
Documentation
12
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
Technical Details
| psm | smallvec | arrayvec | |
|---|---|---|---|
| Version | 0.1.30 | 1.15.1 | 0.7.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 8 | 6 |
| Crate Size | 25KB | 38KB | 31KB |
| Features | 0 | 10 | 2 |
| Yanked % | 0.0% | 26.3% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | — | 1.51 |
| Owners | 2 (team) | 3 (team) | 2 (team) |
Links
Quick Verdict
- •smallvec leads with a health score of 70/100, but none of the options score above 80.
- •smallvec is depended on by 51.1K crates — strongest ecosystem trust.
- •⚠ arrayvec has not been updated in over a year.
- •psm, arrayvec are pre-1.0 — API may change.