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

Changelog

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

  * New upstream release.
  * Update d/watch and search for tags on GitHub.
  * Drop patch, included upstream.

 -- Håvard F. Aasen <email address hidden>  Fri, 09 Dec 2022 22:59:17 +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

Downloads

File Size SHA-256 Checksum
c-blosc_1.21.2+ds-1.dsc 1.4 KiB c7c7a12d73b2330f4353f8ec59dab71864b49ac5522d1b2106360d0b6110ba6e
c-blosc_1.21.2+ds.orig.tar.xz 105.0 KiB e894250331c5616ac103e222b63b1d3f993dba2c04ec0a094c388fce57787689
c-blosc_1.21.2+ds-1.debian.tar.xz 6.8 KiB 12e85d439b722816e17b822334da7f2f69dc061a5f35738c6e99d979550f4884

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