A blocking, shuffling and lossless compression library
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.
- Developed at Archiving
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/blosc2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000182 182 Bytes | |
baselibs.conf | 0000000011 11 Bytes | |
blosc2.changes | 0000003509 3.43 KB | |
blosc2.spec | 0000004021 3.93 KB | |
c-blosc2-2.9.1.tar.gz | 0002793299 2.66 MB |
Revision 5 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 1086567
from
Benjamin Greiner (bnavigator)
(revision 5)
- Update to 2.9.1 * Allow the use of BTUNE by detecting the ``BTUNE_BALANCE`` environment variable. - Release 2.9.0 * Dynamic plugins as Python wheels are supported now! This new feature allows for creating plugins in C, distribute them as wheels, and load them dynamically in runtime. Small example at https://github.com/Blosc/blosc2_plugin_example * BloscLZ can achieve more speed in clevel 1 now. * Internal Zstd sources updated to latest 1.5.5 version. * Copyright notice updated. Thanks to @DimitriPapadopoulos. - Skip failing test_contexts gh#Blosc/c-blosc2#464 (forwarded request 1086565 from bnavigator)
Comments 0