c-blosc 1.15.1+ds1-3 source package in Ubuntu

Changelog

c-blosc (1.15.1+ds1-3) unstable; urgency=medium

  * QA upload.
  * use python3-docutils from b-d; Closes: #942917

 -- Sandro Tosi <email address hidden>  Thu, 21 Nov 2019 22:03:42 -0500

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
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.15.1+ds1-3.dsc 2.0 KiB 93c0c7720262f15c485f9ab32664adaac53b47b4940e7f33d121ce35fbaa5cce
c-blosc_1.15.1+ds1.orig.tar.xz 90.3 KiB cce242079b0d4f026f8a41375f4e5429e60c72d16fee5af31a8ba3f8dac4df0a
c-blosc_1.15.1+ds1-3.debian.tar.xz 5.0 KiB 61960de23a266eb5e27d624c6bcb7d8f1d1a2a7ed175fbc6d82d4499faa169d3

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