Decision Workspace
leveled-hash-map vs seedable_hash vs bevy_map_core
Side-by-side comparison of Rust crates
46
leveled-hash-map
growingv1.1.14
A structure to separate values into different levels with keys. Every key-value entry which is not at the top level has a parent key at the superior level. Keys at the same level are unique, no matter what parent keys they have.
60
seedable_hash
growingv0.2.3
The library for calculating seedable hashes and fast reduction of their ranges.
59
bevy_map_core
experimentalv0.6.0
Core data structures for bevy_map_editor - Level, Layer, Tileset, Entity
Core Metrics
| leveled-hash-map | seedable_hash | bevy_map_core | |
|---|---|---|---|
| Health Score | 46 | 60 | 59 |
| Total Downloads | 20.3K | 268.8K | 777 |
| 30d Downloads | 19 | 30.2K | 136 |
| Dependents | 0 | 16 | 45 |
| Releases | 15 | 11 | 9 |
| Last Updated | 1471d ago | 43d ago | 30d ago |
| Age | 7y 4m | 1y 5m | 3m |
Health Breakdown
leveled-hash-map
Maintenance
5
Quality
21
Community
5
Popularity
5
Documentation
10
seedable_hash
Maintenance
16
Quality
16
Community
9
Popularity
6
Documentation
13
bevy_map_core
Maintenance
18
Quality
15
Community
11
Popularity
3
Documentation
12
Technical Details
| leveled-hash-map | seedable_hash | bevy_map_core | |
|---|---|---|---|
| Version | 1.1.14 | 0.2.3 | 0.6.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 7 | 6 |
| Crate Size | 6KB | 8KB | 54KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.76.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •seedable_hash leads with a health score of 60/100, but none of the options score above 80.
- •⚠ leveled-hash-map has not been updated in over a year.
- •seedable_hash, bevy_map_core are pre-1.0 — API may change.