Decision Workspace
grid2d vs ndarray vs grid
Side-by-side comparison of Rust crates
58
grid2d
stablev2.0.0
Two dimensional grid of runtime-defined, but unchangable size
70
ndarray
growingv0.17.2
An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.
63
grid
growingv1.0.0
Dynamic generic 2D data structure.
Core Metrics
| grid2d | ndarray | grid | |
|---|---|---|---|
| Health Score | 58 | 70 | 63 |
| Total Downloads | 27.9K | 76.6M | 5.2M |
| 30d Downloads | 86 | 7.2M | 526.5K |
| Dependents | 42 | 20.7K | 132 |
| Releases | 30 | 93 | 26 |
| Last Updated | 13d ago | 76d ago | 208d ago |
| Age | 3y 4m | 10y 3m | 8y 3m |
Health Breakdown
grid2d
Maintenance
18
Quality
13
Community
9
Popularity
5
Documentation
13
ndarray
Maintenance
15
Quality
13
Community
19
Popularity
8
Documentation
15
grid
Maintenance
10
Quality
19
Community
12
Popularity
8
Documentation
14
Technical Details
| grid2d | ndarray | grid | |
|---|---|---|---|
| Version | 2.0.0 | 0.17.2 | 1.0.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 16 | 4 |
| Crate Size | 10KB | 244KB | 27KB |
| Features | 0 | 7 | 3 |
| Yanked % | 83.3% | 1.1% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | — | 1.64 | 1.59 |
| Owners | 1 | 3 | 1 |
Links
Quick Verdict
- •ndarray leads with a health score of 70/100, but none of the options score above 80.
- •ndarray is depended on by 20.7K crates — strongest ecosystem trust.
- •ndarray is pre-1.0 — API may change.