A blocking, shuffling and lossless compression library

Edit Package blosc
http://www.blosc.org/

Blosc is a compressor for binary data, designed to transmit data to
the processor cache faster than the traditional, non-compressed,
direct memory fetch approach via a memcpy() call. Blosc is not only a
compressor for data size reduction, but also for accelerating
memory-bound computations.

It uses the blocking technique to reduce activity on the memory bus,
which works by dividing datasets in blocks that are small enough to
fit in caches of processors and perform (de)compression there. SIMD
and multi-threading capabilities are leveraged if available.

Blosc is a metacompressor; it can use different compression
algorithms, such as BloscLZ, LZ4, LZ4HC, Snappy and Zlib.

Refresh
Refresh
Source Files
Filename Size Changed
blosc.changes 0000022902 22.4 KB
blosc.spec 0000003473 3.39 KB
c-blosc-1.21.4.tar.gz 0002458878 2.34 MB
Revision 30 (latest revision is 33)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1102424 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 30)
- Update to 1.21.4 
  * Upgrade internal-complib zstd from 1.5.2 to 1.5.5.
  * Zlib updated to 1.2.13.
- remove fix of moving pkgconfig file to correct location, it have been fixed upstrem
Comments 0
openSUSE Build Service is sponsored by