Decision Workspace
dynvec vs linked-vector vs dlv-list
Side-by-side comparison of Rust crates
46
dynvec
growingv0.1.4
This crate provides the `DynVec` type that acts like a vector to store any datatype.
57
linked-vector
stablev1.2.1
A hybrid linked list and vector data structure
46
dlv-list
growingv0.6.0
Semi-doubly linked list implemented using a vector
Core Metrics
| dynvec | linked-vector | dlv-list | |
|---|---|---|---|
| Health Score | 46 | 57 | 46 |
| Total Downloads | 7.7K | 14.2K | 70.9M |
| 30d Downloads | 25 | 31 | 6.7M |
| Dependents | 3 | 0 | 95 |
| Releases | 5 | 12 | 17 |
| Last Updated | 1915d ago | 1139d ago | 495d ago |
| Age | 5y 3m | 3y 1m | 7y 5m |
Health Breakdown
dynvec
Maintenance
6
Quality
16
Community
7
Popularity
5
Documentation
12
linked-vector
Maintenance
12
Quality
22
Community
5
Popularity
5
Documentation
13
dlv-list
Maintenance
5
Quality
13
Community
10
Popularity
8
Documentation
10
Technical Details
| dynvec | linked-vector | dlv-list | |
|---|---|---|---|
| Version | 0.1.4 | 1.2.1 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 4 |
| Crate Size | 8KB | 19KB | 23KB |
| Features | 0 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 5.9% |
| Edition | 2018 | 2021 | 2021 |
| 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.
- •dlv-list has the most downloads (70.9M), suggesting wider adoption.
- •⚠ dynvec, linked-vector, dlv-list have not been updated in over a year.
- •dynvec, dlv-list are pre-1.0 — API may change.