Decision Workspace
index-pool vs bevy_mod_index vs free-ranges
Side-by-side comparison of Rust crates
46
index-pool
growingv1.0.11
A pool which manages allocation of unique indices. Acts like a psuedo-memory allocator.
59
bevy_mod_index
growingv0.9.0
Allows using indexes to efficiently query for components by their values in the game engine Bevy.
49
free-ranges
growingv1.0.7
An efficient data structure for keeping track of indices which are either free or not
Core Metrics
| index-pool | bevy_mod_index | free-ranges | |
|---|---|---|---|
| Health Score | 46 | 59 | 49 |
| Total Downloads | 23.7K | 11.4K | 24.3K |
| 30d Downloads | 106 | 128 | 123 |
| Dependents | 12 | 3 | 10 |
| Releases | 12 | 10 | 12 |
| Last Updated | 2878d ago | 72d ago | 2878d ago |
| Age | 8y 7m | 3y | 8y 6m |
Health Breakdown
index-pool
Maintenance
4
Quality
17
Community
9
Popularity
5
Documentation
11
bevy_mod_index
Maintenance
20
Quality
16
Community
8
Popularity
5
Documentation
10
free-ranges
Maintenance
4
Quality
21
Community
8
Popularity
5
Documentation
11
Technical Details
| index-pool | bevy_mod_index | free-ranges | |
|---|---|---|---|
| Version | 1.0.11 | 0.9.0 | 1.0.7 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 1 | 3 | 0 |
| Crate Size | 5KB | 51KB | 4KB |
| Features | 0 | 1 | 0 |
| Yanked % | 8.3% | 0.0% | 0.0% |
| Edition | — | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bevy_mod_index leads with a health score of 59/100, but none of the options score above 80.
- •free-ranges has the most downloads (24.3K), suggesting wider adoption.
- •⚠ index-pool, free-ranges have not been updated in over a year.
- •bevy_mod_index is pre-1.0 — API may change.