Decision Workspace
static_array2d vs block-grid vs garray2d
Side-by-side comparison of Rust crates
37
static_array2d
growingv0.2.0
A no_std statically sized 2D array library.
48
block-grid
growingv1.0.0
A quick, cache-conscious, tiled 2D array.
48
garray2d
experimentalv0.4.1
Game development focused 2d array with signed index and offset support.
Core Metrics
| static_array2d | block-grid | garray2d | |
|---|---|---|---|
| Health Score | 37 | 48 | 48 |
| Total Downloads | 2.7K | 10.1K | 3.1K |
| 30d Downloads | 4 | 80 | 12 |
| Dependents | 0 | 12 | 0 |
| Releases | 2 | 5 | 9 |
| Last Updated | 1023d ago | 411d ago | 52d ago |
| Age | 2y 9m | 5y 4m | 8m |
Health Breakdown
static_array2d
Maintenance
4
Quality
16
Community
3
Popularity
4
Documentation
10
block-grid
Maintenance
4
Quality
19
Community
9
Popularity
5
Documentation
11
garray2d
Maintenance
16
Quality
15
Community
3
Popularity
4
Documentation
10
Technical Details
| static_array2d | block-grid | garray2d | |
|---|---|---|---|
| Version | 0.2.0 | 1.0.0 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 4 |
| Crate Size | 2KB | 14KB | 21KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | 1.56 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •block-grid leads with a health score of 48/100, but none of the options score above 80.
- •⚠ static_array2d, block-grid have not been updated in over a year.
- •static_array2d, garray2d are pre-1.0 — API may change.