FPZIP: A Remarkable C++ Library for Multi-Dimensional Floating Point Array Compression
FPZIP is a C/C++ library developed by Lawrence Livermore National Laboratory for the compression of multi-dimensional floating point arrays. It supports lossless compression of 1D, 2D, and 3D single precision (float) and double precision (double) arrays, and also allows lossy compression by specifying the number of precision bits to retain. The table below provides a … Read more