Decision Workspace
orx-linked-list vs orx-selfref-col vs linked-vector
Side-by-side comparison of Rust crates
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.
63
orx-selfref-col
stablev3.2.0
SelfRefCol is a core data structure to conveniently build safe and efficient self referential collections, such as linked lists and trees.
57
linked-vector
stablev1.2.1
A hybrid linked list and vector data structure
Core Metrics
| orx-linked-list | orx-selfref-col | linked-vector | |
|---|---|---|---|
| Health Score | 54 | 63 | 57 |
| Total Downloads | 42.8K | 34.0K | 14.2K |
| 30d Downloads | 184 | 1.9K | 31 |
| Dependents | 0 | 44 | 0 |
| Releases | 45 | 32 | 12 |
| Last Updated | 111d ago | 61d ago | 1139d ago |
| Age | 2y 6m | 2y | 3y 1m |
Health Breakdown
orx-linked-list
Maintenance
13
Quality
19
Community
6
Popularity
6
Documentation
10
orx-selfref-col
Maintenance
16
Quality
19
Community
11
Popularity
5
Documentation
12
linked-vector
Maintenance
12
Quality
22
Community
5
Popularity
5
Documentation
13
Technical Details
| orx-linked-list | orx-selfref-col | linked-vector | |
|---|---|---|---|
| Version | 4.1.0 | 3.2.0 | 1.2.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 14 | 6 | 1 |
| Crate Size | 138KB | 26KB | 19KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | 1.88 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-selfref-col leads with a health score of 63/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.