rustio rustio.net
48

zarray

v1.4.0 Growing

Cache-optimized 2D and 3D arrays using Morton order (aka Z-order) Z-indexed storage, with a convenient API for common 2D and 3D access patterns. Use of zarray in place of a Vec of Vecs often improves performance, especially for algorithms such as blurring and cellular automata.

MIT Edition 2021
AlgorithmsMemory managementNo standard library #map#array#no_std#morton#z-order

Quick Verdict

  • โœ•Not updated for 1+ year
  • โœ“Stable API (1.x for 3+ years)
  • โœ“Permissive license (MIT)

Security

Checking security advisories...
Downloads
6.6K
Dependents
0
Releases
6
Size
19KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

9 downloads in the last 30 days (0/day), up 125% from the previous period.

โœ…
Stable for 3+ years

The API has been stable (1.x) for over 3 years with 6 releases. This level of maturity means you can depend on it without worrying about breaking changes.

๐Ÿ“
Compact crate

At 19KB, zarray is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 5/25

Recency, release consistency, active ratio

Quality 19/25

Yanked ratio, deps, size, maturity, features

Community 6/20

Reverse deps, ownership, ecosystem

Popularity 5/15

Downloads, momentum, growth trend

Documentation 13/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
0/day avg-24%
024612/291/162/32/213/113/28

Version Adoption

v1.2.0
24%
v1.1.0
21%
v1.0.2
20%
v1.0.1
20%
v1.4.0
15%

Release Timeline

6 releasessince 2022
J
F
M
A
M
J
J
A
S
O
N
D
2022
3
2023
1
2024
2025
2
2026
Less
More

README

Loading README...

Maintainers

Dependencies
4
direct dependencies
Dependents
0
crates depend on zarray

Similar Crates