Decision Workspace
unrolled-linked-list vs fast-list vs key-node-list
Side-by-side comparison of Rust crates
40
unrolled-linked-list
growingv1.0.1
The implementation of the unrolled linked list in rust
52
fast-list
growingv0.1.8
A doubly linked list using SlotMap for improved cache locality, and to solve the ABA problem.
51
key-node-list
growingv0.0.6
Doubly-linked list that stores key-node pairs.
Core Metrics
| unrolled-linked-list | fast-list | key-node-list | |
|---|---|---|---|
| Health Score | 40 | 52 | 51 |
| Total Downloads | 2.8K | 11.7K | 38.0K |
| 30d Downloads | 5 | 591 | 1.1K |
| Dependents | 0 | 0 | 12 |
| Releases | 2 | 9 | 6 |
| Last Updated | 1753d ago | 708d ago | 138d ago |
| Age | 4y 9m | 1y 11m | 4y 3m |
Health Breakdown
unrolled-linked-list
Maintenance
3
Quality
20
Community
6
Popularity
4
Documentation
7
fast-list
Maintenance
12
Quality
16
Community
6
Popularity
5
Documentation
13
key-node-list
Maintenance
9
Quality
16
Community
8
Popularity
5
Documentation
13
Technical Details
| unrolled-linked-list | fast-list | key-node-list | |
|---|---|---|---|
| Version | 1.0.1 | 0.1.8 | 0.0.6 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | non-standard | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 6 | 0 |
| Crate Size | 8KB | 11KB | 15KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast-list leads with a health score of 52/100, but none of the options score above 80.
- •key-node-list has the most downloads (38.0K), suggesting wider adoption.
- •⚠ unrolled-linked-list, fast-list have not been updated in over a year.
- •fast-list, key-node-list are pre-1.0 — API may change.