Decision Workspace
upto vs staticvec vs arraylist
Side-by-side comparison of Rust crates
41
upto
growingv0.1.5
Fixed-capacity and variable length stack allocated arrays
48
staticvec
growingv0.11.9
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
43
arraylist
growingv0.2.0
A rust wrapper built on top of rust vector implementation. Taste like Java Arraylist, and intuitive to use like Python list and JavaScript array.
Core Metrics
| upto | staticvec | arraylist | |
|---|---|---|---|
| Health Score | 41 | 48 | 43 |
| Total Downloads | 4.2K | 237.7K | 11.6K |
| 30d Downloads | 21 | 1.0K | 73 |
| Dependents | 0 | 65 | 4 |
| Releases | 3 | 96 | 6 |
| Last Updated | 816d ago | 1274d ago | 241d ago |
| Age | 2y 3m | 6y 8m | 4y 9m |
Health Breakdown
upto
Maintenance
5
Quality
16
Community
6
Popularity
4
Documentation
10
staticvec
Maintenance
7
Quality
11
Community
11
Popularity
6
Documentation
13
arraylist
Maintenance
7
Quality
10
Community
8
Popularity
5
Documentation
13
Technical Details
| upto | staticvec | arraylist | |
|---|---|---|---|
| Version | 0.1.5 | 0.11.9 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 4 | 0 |
| Crate Size | 5KB | 62KB | 10KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 22.9% | 33.3% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •staticvec leads with a health score of 48/100, but none of the options score above 80.
- •⚠ upto, staticvec have not been updated in over a year.