معرفی شرکت ها


bitshuffle_0.3.5-4+b3_armhf.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

filter for improving compression of typed binary data
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main armhf
نام بسته bitshuffle
نام فایل بسته bitshuffle_0.3.5-4+b3_armhf.deb
نسخه بسته 0.3.5
انتشار بسته 4+b3
معماری بسته armhf
نگهدارنده Thorsten Alteholz <debian@alteholz.de>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/kiyo-masui/bitshuffle
مجوز -
حجم دانلود 141180
حجم نصب 457
Bitshuffle is an algorithm that rearranges typed, binary data for improving compression, as well as a python/C package that implements this algorithm within the Numpy framework. . The library can be used along side HDF5 to compress and decompress datasets and is integrated through the dynamically loaded filters framework. Bitshuffle is HDF5 filter number 32008. . Algorithmically, Bitshuffle is closely related to HDF5's Shuffle filter except it operates at the bit level instead of the byte level. Arranging a typed data array in to a matrix with the elements as the rows and the bits within the elements as the columns, Bitshuffle "transposes" the matrix, such that all the least-significant-bits are in a row, etc. This transpose is performed within blocks of data roughly 8kB long. . This does not in itself compress data, only rearranges it for more efficient compression. To perform the actual compression you will need a compression library. Bitshuffle has been designed to be well matched Marc Lehmann's LZF as well as LZ4. Note that because Bitshuffle modifies the data at the bit level, sophisticated entropy reducing compression libraries such as GZIP and BZIP are unlikely to achieve significantly better compression than simpler and faster duplicate-string-elimination algorithms such as LZF and LZ4. Bitshuffle thus includes routines (and HDF5 filter options) to apply LZ4 compression to each block after shuffling. . The Bitshuffle algorithm relies on neighbouring elements of a dataset being highly correlated to improve data compression. Any correlations that span at least 24 elements of the dataset may be exploited to improve compression.


جایگزین ها

بسته نسخه معماری مخزن
bitshuffle_0.3.5-4+b3_amd64.deb 0.3.5 amd64 Debian main
bitshuffle_0.3.5-4+b3_arm64.deb 0.3.5 arm64 Debian main
bitshuffle_0.3.5-4+b3_armel.deb 0.3.5 armel Debian main
bitshuffle_0.3.5-4+b3_i386.deb 0.3.5 i386 Debian main
bitshuffle_0.3.5-4+b3_mips64el.deb 0.3.5 mips64el Debian main
bitshuffle_0.3.5-4+b3_mipsel.deb 0.3.5 mipsel Debian main
bitshuffle_0.3.5-4+b3_ppc64el.deb 0.3.5 ppc64el Debian main
bitshuffle_0.3.5-4+b3_s390x.deb 0.3.5 s390x Debian main


نیازمندی

مقدار نام
>= 2.4 libc6
>= 6 libgomp1
- libhdf5-103-1
>= 1.8.13 libhdf5-openmpi-103-1
>= 0.0~r114 liblz4-1
>= 1.5 liblzf1
- cython3
<< 3.12 python3
>= 3.11~ python3
- python3-numpy
- python3-pkg-resources
- python3:any


نحوه نصب


نصب پکیج deb bitshuffle:

    sudo apt-get install bitshuffle_0.3.5-4+b3_armhf.deb


فایل ها

مسیرها
./usr/lib/arm-linux-gnueabihf/hdf5/openmpi/plugins/libh5LZF.so
./usr/lib/arm-linux-gnueabihf/hdf5/openmpi/plugins/libh5bshuf.so
./usr/lib/arm-linux-gnueabihf/hdf5/serial/plugins/libh5LZF.so
./usr/lib/arm-linux-gnueabihf/hdf5/serial/plugins/libh5bshuf.so
./usr/lib/python3/dist-packages/bitshuffle/__init__.py
./usr/lib/python3/dist-packages/bitshuffle/ext.cpython-311-arm-linux-gnueabihf.so
./usr/lib/python3/dist-packages/bitshuffle/h5.cpython-311-arm-linux-gnueabihf.so
./usr/lib/python3/dist-packages/bitshuffle/plugin/libh5LZF.cpython-311-arm-linux-gnueabihf.so
./usr/lib/python3/dist-packages/bitshuffle/plugin/libh5bshuf.cpython-311-arm-linux-gnueabihf.so
./usr/lib/python3/dist-packages/bitshuffle/tests/__init__.py
./usr/lib/python3/dist-packages/bitshuffle/tests/data/regression_0.1.3.h5
./usr/lib/python3/dist-packages/bitshuffle/tests/make_regression_tdata.py
./usr/lib/python3/dist-packages/bitshuffle/tests/test_ext.py
./usr/lib/python3/dist-packages/bitshuffle/tests/test_h5filter.py
./usr/lib/python3/dist-packages/bitshuffle/tests/test_h5plugin.py
./usr/lib/python3/dist-packages/bitshuffle/tests/test_regression.py
./usr/lib/python3/dist-packages/bitshuffle-0.3.5.egg-info/PKG-INFO
./usr/lib/python3/dist-packages/bitshuffle-0.3.5.egg-info/dependency_links.txt
./usr/lib/python3/dist-packages/bitshuffle-0.3.5.egg-info/requires.txt
./usr/lib/python3/dist-packages/bitshuffle-0.3.5.egg-info/top_level.txt
./usr/share/doc/bitshuffle/changelog.Debian.armhf.gz
./usr/share/doc/bitshuffle/changelog.Debian.gz
./usr/share/doc/bitshuffle/copyright