Decision Workspace
indexset vs liquemap vs cranelift-entity
Side-by-side comparison of Rust crates
61
indexset
growingv0.15.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.130.0
Data structures using entity references as mapping keys
Core Metrics
| indexset | liquemap | cranelift-entity | |
|---|---|---|---|
| Health Score | 61 | 40 | 77 |
| Total Downloads | 99.0K | 1.3K | 30.0M |
| 30d Downloads | 4.9K | 5 | 2.1M |
| Dependents | 114 | 0 | 2.3K |
| Releases | 38 | 2 | 222 |
| Last Updated | 41d ago | 368d ago | 7d ago |
| Age | 2y 8m | 1y | 7y 8m |
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.15.0 | 0.3.0 | 0.130.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 | 57KB | 11KB | 31KB |
| Features | 4 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | 1.91.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.3K crates — strongest ecosystem trust.
- •⚠ liquemap has not been updated in over a year.