Decision Workspace
indexset vs liquemap vs cranelift-entity
Side-by-side comparison of Rust crates
61
indexset
growingv0.16.0
A two-level BTree with fast iteration and indexing operations
40
liquemap
growingv0.3.0
A two-level-list key-ordered LiqueMap with fast iteration. It supports fast indexing, including range iterators. Many implementation details are delegated to std's flatten iterators.
77
cranelift-entity
growingv0.132.0
Data structures using entity references as mapping keys
Core Metrics
| indexset | liquemap | cranelift-entity | |
|---|---|---|---|
| Health Score | 61 | 40 | 77 |
| Total Downloads | 112.2K | 1.3K | 35.0M |
| 30d Downloads | 7.2K | 0 | 2.9M |
| Dependents | 130 | 0 | 2.5K |
| Releases | 39 | 2 | 236 |
| Last Updated | 41d ago | 427d ago | 4d ago |
| Age | 2y 10m | 1y 2m | 7y 10m |
Health Breakdown
indexset
Maintenance
16
Quality
15
Community
11
Popularity
6
Documentation
13
liquemap
Maintenance
6
Quality
15
Community
5
Popularity
4
Documentation
10
cranelift-entity
Maintenance
20
Quality
15
Community
19
Popularity
8
Documentation
15
Technical Details
| indexset | liquemap | cranelift-entity | |
|---|---|---|---|
| Version | 0.16.0 | 0.3.0 | 0.132.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 WITH LLVM-exception |
| Dependencies | 10 | 1 | 4 |
| Crate Size | 58KB | 11KB | 31KB |
| Features | 4 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | 1.93.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •cranelift-entity leads with a health score of 77/100, but none of the options score above 80.
- •cranelift-entity is depended on by 2.5K crates — strongest ecosystem trust.
- •⚠ liquemap has not been updated in over a year.