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

Changelog

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

  * New upstream release.

 -- Daniel Stender <email address hidden>  Thu, 13 Dec 2018 10:53:53 +0100

Upload details

Uploaded by:
Daniel Stender
Uploaded to:
Sid
Original maintainer:
Daniel Stender
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-1.dsc 2.0 KiB b48d43c4a1bd0aae82d6588bc3a58d23c7b94b6d23075a5216cd8af5b707d9de
c-blosc_1.15.1+ds1.orig.tar.xz 90.3 KiB cce242079b0d4f026f8a41375f4e5429e60c72d16fee5af31a8ba3f8dac4df0a
c-blosc_1.15.1+ds1-1.debian.tar.xz 4.9 KiB 4c99b1104b29d850054308ea2cbfaef3e511bd74422e3454eb62ade16bc70272

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: No summary available for libblosc1 in ubuntu eoan.

No description available for libblosc1 in ubuntu eoan.

libblosc1-dbgsym: No summary available for libblosc1-dbgsym in ubuntu disco.

No description available for libblosc1-dbgsym in ubuntu disco.