Decision Workspace
vecless vs fast-list vs key-node-list
Side-by-side comparison of Rust crates
47
vecless
experimentalv0.3.0
A minimal, Vec-free, singly linked list with Display support and ergonomic APIs.
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
| vecless | fast-list | key-node-list | |
|---|---|---|---|
| Health Score | 47 | 52 | 51 |
| Total Downloads | 1.2K | 11.7K | 38.0K |
| 30d Downloads | 6 | 591 | 1.1K |
| Dependents | 0 | 0 | 12 |
| Releases | 3 | 9 | 6 |
| Last Updated | 263d ago | 708d ago | 138d ago |
| Age | 8m | 1y 11m | 4y 3m |
Health Breakdown
vecless
Maintenance
10
Quality
15
Community
5
Popularity
4
Documentation
13
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
| vecless | fast-list | key-node-list | |
|---|---|---|---|
| Version | 0.3.0 | 0.1.8 | 0.0.6 |
| 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 | 9KB | 11KB | 15KB |
| 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.