Decision Workspace
doubly vs linked-vector vs orx-linked-list
Side-by-side comparison of Rust crates
41
doubly
growingv1.2.3
Doubly-linked lists in Rust
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
| doubly | linked-vector | orx-linked-list | |
|---|---|---|---|
| Health Score | 41 | 57 | 54 |
| Total Downloads | 16.3K | 14.2K | 42.8K |
| 30d Downloads | 13 | 31 | 184 |
| Dependents | 0 | 0 | 0 |
| Releases | 9 | 12 | 45 |
| Last Updated | 177d ago | 1139d ago | 111d ago |
| Age | 11y 2m | 3y 1m | 2y 6m |
Health Breakdown
doubly
Maintenance
7
Quality
21
Community
3
Popularity
5
Documentation
5
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
| doubly | linked-vector | orx-linked-list | |
|---|---|---|---|
| Version | 1.2.3 | 1.2.1 | 4.1.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 14 |
| Crate Size | 4KB | 19KB | 138KB |
| Features | 0 | 2 | 2 |
| 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.
- •orx-linked-list has the most downloads (42.8K), suggesting wider adoption.
- •⚠ linked-vector has not been updated in over a year.