Decision Workspace
shifted_vec vs smallbitvec vs orx-concurrent-vec
Side-by-side comparison of Rust crates
41
shifted_vec
growingv0.1.2
A growable datastructure with positive and negative indexing built on top of `std::vec::Vec` calculating the offset automatically.
64
smallbitvec
growingv2.6.0
A bit vector optimized for size and inline storage
56
orx-concurrent-vec
stablev3.10.0
A thread-safe, efficient and lock-free vector allowing concurrent grow, read and update operations.
Core Metrics
| shifted_vec | smallbitvec | orx-concurrent-vec | |
|---|---|---|---|
| Health Score | 41 | 64 | 56 |
| Total Downloads | 4.3K | 2.8M | 114.6K |
| 30d Downloads | 6 | 196.8K | 14.0K |
| Dependents | 0 | 150 | 22 |
| Releases | 3 | 20 | 37 |
| Last Updated | 2118d ago | 406d ago | 158d ago |
| Age | 5y 9m | 8y 6m | 2y |
Health Breakdown
shifted_vec
Maintenance
4
Quality
16
Community
5
Popularity
4
Documentation
12
smallbitvec
Maintenance
5
Quality
20
Community
16
Popularity
8
Documentation
15
orx-concurrent-vec
Maintenance
12
Quality
18
Community
10
Popularity
6
Documentation
10
Technical Details
| shifted_vec | smallbitvec | orx-concurrent-vec | |
|---|---|---|---|
| Version | 0.1.2 | 2.6.0 | 3.10.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 3 | 17 |
| Crate Size | 8KB | 15KB | 191KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •smallbitvec leads with a health score of 64/100, but none of the options score above 80.
- •smallbitvec is depended on by 150 crates — strongest ecosystem trust.
- •⚠ shifted_vec, smallbitvec have not been updated in over a year.
- •shifted_vec is pre-1.0 — API may change.