Decision Workspace
sortedvec vs lookupvec vs tinyvec
Side-by-side comparison of Rust crates
39
sortedvec
growingv0.5.0
a sorted vector that enables quick lookups
44
lookupvec
growingv0.1.3
Container with Vec-like properties that also offers O(1) lookup of items based on an id field
76
tinyvec
stablev1.11.0
`tinyvec` provides 100% safe vec-like data structures.
Core Metrics
| sortedvec | lookupvec | tinyvec | |
|---|---|---|---|
| Health Score | 39 | 44 | 76 |
| Total Downloads | 113.3K | 2.2K | 447.2M |
| 30d Downloads | 1.8K | 6 | 27.5M |
| Dependents | 3 | 0 | 2.9K |
| Releases | 8 | 4 | 38 |
| Last Updated | 2009d ago | 254d ago | 13d ago |
| Age | 7y 2m | 1y 1m | 6y 2m |
Health Breakdown
sortedvec
Maintenance
4
Quality
15
Community
5
Popularity
6
Documentation
9
lookupvec
Maintenance
9
Quality
16
Community
5
Popularity
4
Documentation
10
tinyvec
Maintenance
18
Quality
21
Community
20
Popularity
8
Documentation
9
Technical Details
| sortedvec | lookupvec | tinyvec | |
|---|---|---|---|
| Version | 0.5.0 | 0.1.3 | 1.11.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT | Zlib OR Apache-2.0 OR MIT |
| Dependencies | 3 | 7 | 11 |
| Crate Size | 8KB | 9KB | 53KB |
| Features | 0 | 4 | 14 |
| Yanked % | 0.0% | 0.0% | 2.6% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •tinyvec leads with a health score of 76/100, but none of the options score above 80.
- •tinyvec is depended on by 2.9K crates — strongest ecosystem trust.
- •⚠ sortedvec has not been updated in over a year.
- •sortedvec, lookupvec are pre-1.0 — API may change.