Decision Workspace
dlv-list vs linked-vector vs orx-linked-list
Side-by-side comparison of Rust crates
46
dlv-list
growingv0.6.0
Semi-doubly linked list implemented using a vector
57
linked-vector
stablev1.2.1
A hybrid linked list and vector data structure
54
orx-linked-list
stablev4.1.0
A linked list implementation with unique features and an extended list of constant time methods providing high performance traversals and mutations.
Core Metrics
| dlv-list | linked-vector | orx-linked-list | |
|---|---|---|---|
| Health Score | 46 | 57 | 54 |
| Total Downloads | 70.9M | 14.2K | 42.8K |
| 30d Downloads | 6.7M | 31 | 184 |
| Dependents | 95 | 0 | 0 |
| Releases | 17 | 12 | 45 |
| Last Updated | 495d ago | 1139d ago | 111d ago |
| Age | 7y 5m | 3y 1m | 2y 6m |
Health Breakdown
dlv-list
Maintenance
5
Quality
13
Community
10
Popularity
8
Documentation
10
linked-vector
Maintenance
12
Quality
22
Community
5
Popularity
5
Documentation
13
orx-linked-list
Maintenance
13
Quality
19
Community
6
Popularity
6
Documentation
10
Technical Details
| dlv-list | linked-vector | orx-linked-list | |
|---|---|---|---|
| Version | 0.6.0 | 1.2.1 | 4.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 4 | 1 | 14 |
| Crate Size | 23KB | 19KB | 138KB |
| Features | 3 | 2 | 2 |
| Yanked % | 5.9% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •dlv-list has the most downloads (70.9M), suggesting wider adoption.
- •⚠ dlv-list, linked-vector have not been updated in over a year.
- •dlv-list is pre-1.0 — API may change.