Decision Workspace
ts_array256 vs orx-pinned-vec vs orx-fixed-vec
Side-by-side comparison of Rust crates
63
ts_array256
experimentalv0.3.3
fast sparse 256-element array with configurable backing storage
67
orx-pinned-vec
stablev3.23.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.
67
orx-fixed-vec
stablev3.24.0
An efficient fixed capacity vector with pinned element guarantees.
Core Metrics
| ts_array256 | orx-pinned-vec | orx-fixed-vec | |
|---|---|---|---|
| Health Score | 63 | 67 | 67 |
| Total Downloads | 13.2K | 2.1M | 2.1M |
| 30d Downloads | 10.0K | 609.9K | 609.9K |
| Dependents | 8 | 446 | 306 |
| Releases | 5 | 54 | 59 |
| Last Updated | 5d ago | 43d ago | 24d ago |
| Age | 4m | 2y 9m | 2y 9m |
Health Breakdown
ts_array256
Maintenance
18
Quality
14
Community
14
Popularity
5
Documentation
12
orx-pinned-vec
Maintenance
16
Quality
20
Community
13
Popularity
8
Documentation
10
orx-fixed-vec
Maintenance
17
Quality
19
Community
13
Popularity
8
Documentation
10
Technical Details
| ts_array256 | orx-pinned-vec | orx-fixed-vec | |
|---|---|---|---|
| Version | 0.3.3 | 3.23.0 | 3.24.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | BSD-3-Clause | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 6 | 2 | 7 |
| Crate Size | 10KB | 25KB | 45KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.91.0 | — | — |
| Owners | 3 (team) | 1 | 1 |
Links
Quick Verdict
- •orx-pinned-vec leads with a health score of 67/100, but none of the options score above 80.
- •orx-fixed-vec has the most downloads (2.1M), suggesting wider adoption.
- •orx-pinned-vec is depended on by 446 crates — strongest ecosystem trust.
- •ts_array256 is pre-1.0 — API may change.