c-blosc 1.21.1+ds2-3 source package in Ubuntu
Changelog
c-blosc (1.21.1+ds2-3) unstable; urgency=medium * Mark *-dev package, Multi-Arch: same. * Drop pandoc as build dependency, install unconverted *.md file. * Mark multiarch.patch as forwarded upstream. * Update Standards-Version to 4.6.1 * Update maintainer name and mail. * d/copyright: Include myself under debian/* paragraph. -- Håvard F. Aasen <email address hidden> Tue, 19 Jul 2022 12:03:19 +0200
Upload details
- Uploaded by:
- Håvard F. Aasen
- Uploaded to:
- Sid
- Original maintainer:
- Håvard F. Aasen
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
c-blosc_1.21.1+ds2-3.dsc | 1.4 KiB | a418b872fa747b263bfbb464306dfb0cd05b9c125bb300151d30c16c20832407 |
c-blosc_1.21.1+ds2.orig.tar.xz | 104.6 KiB | f06c1668d5b86e476cc3f0e94450d703db86b716de654b6ca721e42d53a340a0 |
c-blosc_1.21.1+ds2-3.debian.tar.xz | 7.5 KiB | 0d3cad77f1fc1ccf5b6c10812324f2099ce3238e75fabf00bf416b1a6816ae11 |
Available diffs
- diff from 1.21.1+ds2-2 to 1.21.1+ds2-3 (1.4 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