Decision Workspace
orx-imp-vec vs orx-fixed-vec vs orx-split-vec
Side-by-side comparison of Rust crates
55
orx-imp-vec
stablev2.17.0
`ImpVec` stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference.
61
orx-fixed-vec
stablev3.22.0
An efficient fixed capacity vector with pinned element guarantees.
59
orx-split-vec
stablev3.22.0
An efficient dynamic capacity vector with pinned element guarantees.
Core Metrics
| orx-imp-vec | orx-fixed-vec | orx-split-vec | |
|---|---|---|---|
| Health Score | 55 | 61 | 59 |
| Total Downloads | 49.5K | 1.1M | 1.2M |
| 30d Downloads | 424 | 146.3K | 146.3K |
| Dependents | 18 | 306 | 368 |
| Releases | 47 | 57 | 82 |
| Last Updated | 158d ago | 158d ago | 158d ago |
| Age | 2y 7m | 2y 7m | 2y 7m |
Health Breakdown
orx-imp-vec
Maintenance
12
Quality
18
Community
9
Popularity
6
Documentation
10
orx-fixed-vec
Maintenance
12
Quality
19
Community
13
Popularity
7
Documentation
10
orx-split-vec
Maintenance
12
Quality
17
Community
13
Popularity
7
Documentation
10
Technical Details
| orx-imp-vec | orx-fixed-vec | orx-split-vec | |
|---|---|---|---|
| Version | 2.17.0 | 3.22.0 | 3.22.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 9 | 7 | 8 |
| Crate Size | 22KB | 44KB | 333KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-fixed-vec leads with a health score of 61/100, but none of the options score above 80.
- •orx-split-vec has the most downloads (1.2M), suggesting wider adoption.
- •orx-split-vec is depended on by 368 crates — strongest ecosystem trust.