Decision Workspace
htable vs linked-vector vs hvec
Side-by-side comparison of Rust crates
43
htable
growingv0.3.2
A simple to use and extenable table that can hold hold many different types at once.
57
linked-vector
stablev1.2.1
A hybrid linked list and vector data structure
52
hvec
growingv0.5.1
A Vec-like structure that can store different types of different sizes contiguous with each other in memory.
Core Metrics
| htable | linked-vector | hvec | |
|---|---|---|---|
| Health Score | 43 | 57 | 52 |
| Total Downloads | 7.4K | 14.2K | 6.6K |
| 30d Downloads | 7 | 31 | 25 |
| Dependents | 0 | 0 | 0 |
| Releases | 5 | 12 | 6 |
| Last Updated | 2661d ago | 1139d ago | 150d ago |
| Age | 7y 3m | 3y 1m | 4y 3m |
Health Breakdown
htable
Maintenance
9
Quality
16
Community
5
Popularity
5
Documentation
8
linked-vector
Maintenance
12
Quality
22
Community
5
Popularity
5
Documentation
13
hvec
Maintenance
15
Quality
17
Community
5
Popularity
5
Documentation
10
Technical Details
| htable | linked-vector | hvec | |
|---|---|---|---|
| Version | 0.3.2 | 1.2.1 | 0.5.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT | CC0-1.0 |
| Dependencies | 0 | 1 | 1 |
| Crate Size | 7KB | 19KB | 16KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •linked-vector leads with a health score of 57/100, but none of the options score above 80.
- •⚠ htable, linked-vector have not been updated in over a year.
- •htable, hvec are pre-1.0 — API may change.