Decision Workspace
fwdlist vs linked-vector vs orx-linked-list
Side-by-side comparison of Rust crates
39
fwdlist
growingv0.3.0
A simply linked (forward) list
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
| fwdlist | linked-vector | orx-linked-list | |
|---|---|---|---|
| Health Score | 39 | 57 | 54 |
| Total Downloads | 8.7K | 14.2K | 42.8K |
| 30d Downloads | 6 | 30 | 181 |
| Dependents | 0 | 0 | 0 |
| Releases | 4 | 12 | 45 |
| Last Updated | 2550d ago | 1139d ago | 111d ago |
| Age | 10y 10m | 3y 1m | 2y 6m |
Health Breakdown
fwdlist
Maintenance
2
Quality
17
Community
3
Popularity
5
Documentation
12
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
| fwdlist | linked-vector | orx-linked-list | |
|---|---|---|---|
| Version | 0.3.0 | 1.2.1 | 4.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 14 |
| Crate Size | 13KB | 19KB | 138KB |
| Features | 1 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 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.
- •⚠ fwdlist, linked-vector have not been updated in over a year.
- •fwdlist is pre-1.0 — API may change.