./wip/py-blosc, Python wrapper for the Blosc compression library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.11.1, Package name: py310-blosc-1.11.1, Maintainer: jihbed.research

Blosc is a high performance compressor optimized for binary data. It
has been designed to transmit data to the processor cache faster than
the traditional, non-compressed, direct memory fetch approach via a
memcpy() OS call. Blosc works well for compressing numerical arrays
that contains data with relatively low entropy, like sparse data, time
series, grids with regular-spaced values, etc.

py-blosc is a Python package that wraps Blosc.


Required to run:
[devel/py-setuptools] [devel/blosc] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1149.863 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-14 13:56:20 by Thomas Klausner | Files touched by this commit (27)
Log message:
Cleanup after python-2.6 removal.
   2015-04-14 01:22:01 by othyro | Files touched by this commit (26)
Log message:
lang/python26 has been removed. Remove other python versions here too like
31 and 32 which are not supported any longer.
   2014-05-10 01:00:49 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-blosc-1.2.3 as wip/py-blosc.

Blosc is a high performance compressor optimized for binary data