zarray 1.4.0
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.