Decision Workspace
btree-vec vs orx-pinned-vec vs staticvec
Side-by-side comparison of Rust crates
47
btree-vec
growingv0.3.4
A growable array (vector) implemented using a B-tree
62
orx-pinned-vec
stablev3.21.0
`PinnedVec` trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed.
48
staticvec
growingv0.11.9
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Core Metrics
| btree-vec | orx-pinned-vec | staticvec | |
|---|---|---|---|
| Health Score | 47 | 62 | 48 |
| Total Downloads | 25.1K | 1.1M | 237.7K |
| 30d Downloads | 65 | 152.6K | 1.0K |
| Dependents | 10 | 443 | 65 |
| Releases | 18 | 53 | 96 |
| Last Updated | 290d ago | 158d ago | 1274d ago |
| Age | 4y 5m | 2y 7m | 6y 8m |
Health Breakdown
btree-vec
Maintenance
8
Quality
10
Community
9
Popularity
5
Documentation
15
orx-pinned-vec
Maintenance
12
Quality
20
Community
13
Popularity
7
Documentation
10
staticvec
Maintenance
7
Quality
11
Community
11
Popularity
6
Documentation
13
Technical Details
| btree-vec | orx-pinned-vec | staticvec | |
|---|---|---|---|
| Version | 0.3.4 | 3.21.0 | 0.11.9 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | GPL-3.0-or-later | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 2 | 4 |
| Crate Size | 30KB | 25KB | 62KB |
| Features | 2 | 0 | 2 |
| Yanked % | 50.0% | 0.0% | 22.9% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.60 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-pinned-vec leads with a health score of 62/100, but none of the options score above 80.
- •orx-pinned-vec is depended on by 443 crates — strongest ecosystem trust.
- •⚠ staticvec has not been updated in over a year.
- •btree-vec, staticvec are pre-1.0 — API may change.