zfpy

zfp compression in Python

License :: OSI Approved :: BSD License 13 个版本
Peter Lindstrom, Danielle Asher <zfp@llnl.gov>
安装
pip install zfpy
poetry add zfpy
pipenv install zfpy
conda install zfpy
描述

zfp is a compressed format for representing multidimensional floating-point and integer arrays. zfp provides compressed-array classes that support high throughput read and write random access to individual array elements. zfp also supports serial and parallel compression of whole arrays using both lossless and lossy compression with error tolerances. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.