Decision Workspace
index_list vs illist vs fast-list
Side-by-side comparison of Rust crates
66
index_list
growingv0.3.3
A doubly linked list implemented in safe Rust using vector indexes
34
illist
growingv0.1.0
An indexable linked list implementation backed by a Vec
52
fast-list
growingv0.1.8
A doubly linked list using SlotMap for improved cache locality, and to solve the ABA problem.
Core Metrics
| index_list | illist | fast-list | |
|---|---|---|---|
| Health Score | 66 | 34 | 52 |
| Total Downloads | 3.0M | 3.3K | 11.7K |
| 30d Downloads | 64.4K | 4 | 591 |
| Dependents | 443 | 0 | 0 |
| Releases | 20 | 2 | 9 |
| Last Updated | 17d ago | 2520d ago | 708d ago |
| Age | 4y 11m | 6y 11m | 1y 11m |
Health Breakdown
index_list
Maintenance
17
Quality
15
Community
13
Popularity
8
Documentation
13
illist
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
9
fast-list
Maintenance
12
Quality
16
Community
6
Popularity
5
Documentation
13
Technical Details
| index_list | illist | fast-list | |
|---|---|---|---|
| Version | 0.3.3 | 0.1.0 | 0.1.8 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | MIT/Apache-2.0 | Apache-2.0 |
| Dependencies | 7 | 1 | 6 |
| Crate Size | 37KB | 8KB | 11KB |
| Features | 1 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •index_list leads with a health score of 66/100, but none of the options score above 80.
- •index_list is depended on by 443 crates — strongest ecosystem trust.
- •⚠ illist, fast-list have not been updated in over a year.