Decision Workspace
orx-selfref-col vs skippy vs orx-linked-list
Side-by-side comparison of Rust crates
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.
59
skippy
growingv0.1.1
Highly flexible worst-case O(log n) intrusive skip list
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
| orx-selfref-col | skippy | orx-linked-list | |
|---|---|---|---|
| Health Score | 63 | 59 | 54 |
| Total Downloads | 34.0K | 2.2K | 42.8K |
| 30d Downloads | 1.9K | 43 | 184 |
| Dependents | 44 | 4 | 0 |
| Releases | 32 | 3 | 45 |
| Last Updated | 61d ago | 2d ago | 111d ago |
| Age | 2y | 3y 3m | 2y 6m |
Health Breakdown
orx-selfref-col
Maintenance
16
Quality
19
Community
11
Popularity
5
Documentation
12
skippy
Maintenance
16
Quality
16
Community
8
Popularity
4
Documentation
15
orx-linked-list
Maintenance
13
Quality
19
Community
6
Popularity
6
Documentation
10
Technical Details
| orx-selfref-col | skippy | orx-linked-list | |
|---|---|---|---|
| Version | 3.2.0 | 0.1.1 | 4.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | AGPL-3.0-or-later | MIT OR Apache-2.0 |
| Dependencies | 6 | 5 | 14 |
| Crate Size | 26KB | 42KB | 138KB |
| Features | 0 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.88 | 1.65 | — |
| 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.
- •skippy is pre-1.0 — API may change.