Balík: bitshuffle (0.5.1-2)
Odkazy pre bitshuffle
Zdroje Debian:
Stiahnuť zdrojový balík bitshuffle:
Správcovia:
- Debian PaN Maintainers (Stránka QA)
- Debian Science Maintainers (Stránka QA, Konferencia)
- Picca Frédéric-Emmanuel (Stránka QA)
- Thorsten Alteholz (Stránka QA)
Externé zdroje:
- Domovská stránka [github.com]
Podobné balíky:
filter for improving compression of typed binary data
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.
Ostatné balíky súvisiace s balíkom bitshuffle
|
|
|
|
-
- dep: libc6 (>= 2.34)
- knižnica GNU C - zdieľané knižnice
tiež virtuálny balík poskytovaný balíkom libc6-udeb
-
- dep: libgomp1 (>= 6)
- podporná knižnica GCC OpenMP (GOMP)
-
- dep: libhdf5-103-1t64
- HDF5 C runtime files - serial version
-
- dep: libhdf5-mpich-103-1t64 (>= 1.8.13)
- HDF5 - C runtime files - MPICH2 version
-
- dep: liblz4-1 (>= 0.0~r130)
- knižnica rýchleho komprimačného algoritmu LZ - dynamická knižnica
-
- dep: liblzf1 (>= 1.5)
- Very small data compression library
-
- dep: libzstd1 (>= 1.5.5)
- rýchly bezstratový komprimačný algoritmus
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-h5py (>= 2.4.0)
- general-purpose Python interface to hdf5
-
- dep: python3-numpy (>= 1:1.25.0)
- Fast array facility to the Python language (Python 3)
-
- dep: python3-numpy-abi9
- virtuálny balík poskytovaný balíkom python3-numpy
Stiahnuť bitshuffle
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
armhf | 110.5 kB | 397.0 kB | [zoznam súborov] |