Decision Workspace
liquemap vs indexset vs litemap
Side-by-side comparison of Rust crates
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.
61
indexset
growingv0.15.0
A two-level BTree with fast iteration and indexing operations
66
litemap
growingv0.8.1
A key-value Map implementation based on a flat, sorted Vec.
Core Metrics
| liquemap | indexset | litemap | |
|---|---|---|---|
| Health Score | 40 | 61 | 66 |
| Total Downloads | 1.3K | 99.0K | 261.6M |
| 30d Downloads | 5 | 4.9K | 34.2M |
| Dependents | 0 | 114 | 343 |
| Releases | 2 | 38 | 18 |
| Last Updated | 368d ago | 41d ago | 150d ago |
| Age | 1y | 2y 8m | 5y 1m |
Health Breakdown
liquemap
Maintenance
6
Quality
15
Community
5
Popularity
4
Documentation
10
indexset
Maintenance
16
Quality
15
Community
11
Popularity
6
Documentation
13
litemap
Maintenance
14
Quality
16
Community
15
Popularity
8
Documentation
13
Technical Details
| liquemap | indexset | litemap | |
|---|---|---|---|
| Version | 0.3.0 | 0.15.0 | 0.8.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Unicode-3.0 |
| Dependencies | 1 | 10 | 10 |
| Crate Size | 11KB | 57KB | 34KB |
| Features | 0 | 4 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | 1.82 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •litemap leads with a health score of 66/100, but none of the options score above 80.
- •litemap is depended on by 343 crates — strongest ecosystem trust.
- •⚠ liquemap has not been updated in over a year.