Decision Workspace
frame_mem_utils vs smallvec vs arrayvec
Side-by-side comparison of Rust crates
41
frame_mem_utils
experimentalv0.2.5
a few stack oriented utileties designed with unsafe in mind
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
| frame_mem_utils | smallvec | arrayvec | |
|---|---|---|---|
| Health Score | 41 | 70 | 64 |
| Total Downloads | 820 | 730.7M | 362.1M |
| 30d Downloads | 5 | 49.2M | 23.0M |
| Dependents | 0 | 51.1K | 16.0K |
| Releases | 4 | 76 | 55 |
| Last Updated | 102d ago | 131d ago | 587d ago |
| Age | 8m | 10y 11m | 10y 10m |
Health Breakdown
frame_mem_utils
Maintenance
13
Quality
10
Community
5
Popularity
3
Documentation
10
smallvec
Maintenance
14
Quality
17
Community
19
Popularity
8
Documentation
12
arrayvec
Maintenance
6
Quality
16
Community
20
Popularity
8
Documentation
14
Technical Details
| frame_mem_utils | smallvec | arrayvec | |
|---|---|---|---|
| Version | 0.2.5 | 1.15.1 | 0.7.6 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 8 | 6 |
| Crate Size | 18KB | 38KB | 31KB |
| Features | 0 | 10 | 2 |
| Yanked % | 25.0% | 26.3% | 0.0% |
| Edition | 2024 | 2018 | 2018 |
| MSRV | — | — | 1.51 |
| Owners | 1 | 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.
- •frame_mem_utils, arrayvec are pre-1.0 — API may change.