learn js
Zuper Array , and array with Zuper - Powers and more capabilites.
A ECMAScript toolbox like handybox
useful common javascript/typescript utilities I collected over the years
由于在实际项目开发中,多个项目会同时需要相同的工具类,于是参考线上的开源项目和技术文章对常用的工具类函数进行封装和拓展;有些工具函数的实现是依赖于其他篇目的工具,读者可以留意。 项目地址:[https://github.com/zhicaizhu123/Zutils](https://github.com/zhicaizhu123/Zutils),欢迎 star !
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.
Zarr v2/v3 driver for OxiGDAL - Pure Rust multidimensional array storage
A simple Zarr (V2) implementation in Rust
Type-safe runtime validation library for Rust, inspired by Zod
Optimal resizable Arrays