c-blosc 1.21.1+ds2-1 source package in Ubuntu
Changelog
c-blosc (1.21.1+ds2-1) unstable; urgency=medium [ Håvard Flaget Aasen ] * Change repacking of source. Only remove third-party libraries. * Add pkgconfig file. * d/copyright: - Include files from blosc/win32/*, blosc/fastcopy.c and blosc/blosclz.* - Be more specific regarding blosc/bitshuffle* files. * d/rules: - Verbose build, default to off. - Remove commented out configure options. [ Mathieu Malaterre ] * d/patches: blosc should support multiarch. Closes: #836575 * d/symbols: Add missing symbol file -- Håvard Flaget Aasen <email address hidden> Fri, 26 Nov 2021 15:20:38 +0100
Upload details
- Uploaded by:
- Håvard Flaget Aasen
- Uploaded to:
- Sid
- Original maintainer:
- Håvard Flaget Aasen
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
c-blosc_1.21.1+ds2-1.dsc | 1.4 KiB | c604d0a0e57318f360bde2c51c1de5636bc6f2e456716886d115c72b82388015 |
c-blosc_1.21.1+ds2.orig.tar.xz | 104.6 KiB | f06c1668d5b86e476cc3f0e94450d703db86b716de654b6ca721e42d53a340a0 |
c-blosc_1.21.1+ds2-1.debian.tar.xz | 7.2 KiB | 1a1d8593550540b63c298c340e26d221b4a02b25066aa71b2122dba680b4b586 |
Available diffs
- diff from 1.21.1+ds1-1 to 1.21.1+ds2-1 (8.9 KiB)
No changes file available.
Binary packages built by this source
- libblosc-dev: high performance meta-compressor optimized for binary data (development files)
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 is
meant not only to reduce the size of large datasets on-disk or in-memory, but
also to accelerate memory-bound computations.
.
It uses the blocking technique to reduce activity on the memory bus as much
as possible. In short, this technique works by dividing datasets in blocks
that are small enough to fit in caches of modern processors and perform
compression / decompression there. It also leverages, if available, SIMD
instructions (SSE2) and multi-threading capabilities of CPUs, in order to
accelerate the compression / decompression process to a maximum.
.
This package contains the development files required to build programs against
Blosc.
- libblosc1: high performance meta-compressor optimized for binary data
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 is
meant not only to reduce the size of large datasets on-disk or in-memory, but
also to accelerate memory-bound computations.
.
It uses the blocking technique to reduce activity on the memory bus as much
as possible. In short, this technique works by dividing datasets in blocks
that are small enough to fit in caches of modern processors and perform
compression / decompression there. It also leverages, if available, SIMD
instructions (SSE2) and multi-threading capabilities of CPUs, in order to
accelerate the compression / decompression process to a maximum.
- libblosc1-dbgsym: debug symbols for libblosc1