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

Changelog

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

  * New upstream release.
  * d/copyright
    - Add year 2023 to myself.
    - Update paragraph for blosc/blosclz.* files.

 -- Håvard F. Aasen <email address hidden>  Sat, 09 Sep 2023 12:58:36 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
c-blosc_1.21.5+ds-1.dsc 1.4 KiB dd3d35e94e45ca97b91c0556f39853335d281fb331180e68c2ff327d53a82922
c-blosc_1.21.5+ds.orig.tar.xz 105.3 KiB c4e616db0dc234e92e79eb07eb51f1940fda251576f17d5e6afe618244a992cb
c-blosc_1.21.5+ds-1.debian.tar.xz 6.8 KiB 7da7cd8fc2ee7b310dfa1b34879a6414800d2852cf8492903841bb3a2c97b4f9

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