Decision Workspace
key-node-list vs fast-list vs vecless
Side-by-side comparison of Rust crates
51
key-node-list
growingv0.0.6
Doubly-linked list that stores key-node pairs.
52
fast-list
growingv0.1.8
A doubly linked list using SlotMap for improved cache locality, and to solve the ABA problem.
47
vecless
experimentalv0.3.0
A minimal, Vec-free, singly linked list with Display support and ergonomic APIs.
Core Metrics
| key-node-list | fast-list | vecless | |
|---|---|---|---|
| Health Score | 51 | 52 | 47 |
| Total Downloads | 38.0K | 11.7K | 1.2K |
| 30d Downloads | 1.1K | 591 | 6 |
| Dependents | 12 | 0 | 0 |
| Releases | 6 | 9 | 3 |
| Last Updated | 138d ago | 708d ago | 263d ago |
| Age | 4y 3m | 1y 11m | 8m |
Health Breakdown
key-node-list
Maintenance
9
Quality
16
Community
8
Popularity
5
Documentation
13
fast-list
Maintenance
12
Quality
16
Community
6
Popularity
5
Documentation
13
vecless
Maintenance
10
Quality
15
Community
5
Popularity
4
Documentation
13
Technical Details
| key-node-list | fast-list | vecless | |
|---|---|---|---|
| Version | 0.0.6 | 0.1.8 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 6 | 0 |
| Crate Size | 15KB | 11KB | 9KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 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.
- •⚠ fast-list has not been updated in over a year.