blosc2-src 0.1.4

FFI bindings for c-blosc2
Documentation
1
2
3
4
#define PERM _t1(perm, DIMS)           /* coefficient order */

#define BLOCK_SIZE (1 << (2 * DIMS))   /* values per block */

#define EBIAS ((1 << (EBITS - 1)) - 1) /* exponent bias */

#define REVERSIBLE(zfp) ((zfp)->minexp < ZFP_MIN_EXP) /* reversible mode? */