Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.noarch.rpm

Name: libblosc1

Project: openSUSE_13.2

Repository: oss

Title: A blocking, shuffling and lossless compression library

Description:
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 the first compressor (that I'm aware of)
that 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 ulti-threading capabilities
of CPUs, in order to accelerate the compression / decompression
process to a maximum.

Blosc is actually a metacompressor, that meaning that it can use a
range of compression libraries for performing the actual
compression/decompression. Right now, it comes with integrated support
for BloscLZ (the original one), LZ4, LZ4HC, Snappy and Zlib. Blosc
comes with full sources for all compressors, so in case it does not
find the libraries installed in your system, it will compile from
the included sources and they will be integrated into the Blosc
library anyway. That means that you can trust in having all supported
compressors integrated in Blosc in all supported platforms.

Version: 1.4.1

Release: 2.1.7

Architecture: x86_64

Size: 40 KB

Build Time: 2014-10-08 16:49:51 +0200 (over 9 years ago)

Provides

Symbol Required by
libblosc.so.1()(64bit) python3-tables python-tables
libblosc1 = 1.4.1-2.1.7 blosc-devel
libblosc1(x86-64) = 1.4.1-2...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.14)(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
libc.so.6(GLIBC_2.3.4)(64bit) glibc
libc.so.6(GLIBC_2.4)(64bit) glibc
libpthread.so.0()(64bit) glibc
libpthread.so.0(GLIBC_2.2.5... glibc
libsnappy.so.1()(64bit) libsnappy1
libz.so.1()(64bit) libz1