Decision Workspace
orx-selfref-col vs skippy vs orx-linked-list
Side-by-side comparison of Rust crates
61
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
skippy
growingv0.1.2
Highly flexible worst-case O(log n) intrusive skip list
52
orx-linked-list
growingv4.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 | 61 | 57 | 52 |
| Total Downloads | 36.9K | 2.2K | 42.9K |
| 30d Downloads | 1.5K | 0 | 0 |
| Dependents | 44 | 5 | 0 |
| Releases | 32 | 4 | 45 |
| Last Updated | 120d ago | 45d ago | 170d ago |
| Age | 2y 2m | 3y 5m | 2y 8m |
Health Breakdown
orx-selfref-col
Maintenance
14
Quality
19
Community
11
Popularity
5
Documentation
12
skippy
Maintenance
14
Quality
16
Community
8
Popularity
4
Documentation
15
orx-linked-list
Maintenance
11
Quality
19
Community
6
Popularity
6
Documentation
10
Technical Details
| orx-selfref-col | skippy | orx-linked-list | |
|---|---|---|---|
| Version | 3.2.0 | 0.1.2 | 4.1.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | AGPL-3.0-or-later WITH AdditionRef-Eips-exceptions | MIT OR Apache-2.0 |
| Dependencies | 6 | 5 | 14 |
| Crate Size | 26KB | 45KB | 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 61/100, but none of the options score above 80.
- •orx-linked-list has the most downloads (42.9K), suggesting wider adoption.
- •skippy is pre-1.0 — API may change.