c-blosc 1.21.3+ds-1 source package in Ubuntu

Changelog

c-blosc (1.21.3+ds-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.6.2, no changes needed.

 -- Håvard F. Aasen <email address hidden>  Mon, 19 Dec 2022 16:30:24 +0100

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 Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
c-blosc_1.21.3+ds-1.dsc 1.4 KiB f743b58208c0f79bdcafbe66e3dbb3ca74674232ed8c41d70467d83336960fdf
c-blosc_1.21.3+ds.orig.tar.xz 105.3 KiB 36a5ca0904135be7b6da02cc93adda2e34fec98286b28172e166f8cad79c8fab
c-blosc_1.21.3+ds-1.debian.tar.xz 6.8 KiB 3389926474bc518df807e29d17976a3c0486929761c428ba9bc6d9bcfed1b167

Available diffs

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