Decision Workspace
ixlist vs fast-list vs key-node-list
Side-by-side comparison of Rust crates
36
ixlist
growingv0.1.0
The “ixlist” is a linked list in a vector, or if you want a list in a pond or an arena-allocated linked index-chasing fest. Implements a queue interface and a cursor.
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
| ixlist | fast-list | key-node-list | |
|---|---|---|---|
| Health Score | 36 | 52 | 51 |
| Total Downloads | 2.9K | 11.7K | 38.0K |
| 30d Downloads | 19 | 583 | 1.1K |
| Dependents | 0 | 0 | 12 |
| Releases | 1 | 9 | 6 |
| Last Updated | 3116d ago | 708d ago | 138d ago |
| Age | 8y 6m | 1y 11m | 4y 3m |
Health Breakdown
ixlist
Maintenance
1
Quality
15
Community
5
Popularity
4
Documentation
11
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
| ixlist | fast-list | key-node-list | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.8 | 0.0.6 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT/Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 6 | 0 |
| Crate Size | 11KB | 11KB | 15KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 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.
- •⚠ ixlist, fast-list have not been updated in over a year.