-
At this point in time, there is no support for compression/decompression in txiki for what I can tell.
Users can bundle some like pure JS implementation like [pako](https://github.com/nodeca/pako)…
-
I noticed that the LZ4 decompression via hdf5plugin 4.1.0 and later is 5-6x slower than with hdfplugin 4.0.1, while the compression speed is very similar:
```python
import time
import hdf5plugin
…
-
Hey, just noticed that you fully rewrote the library.
I am currently using the "old" version (from 1-2 years ago) and while looking through the source I noticed that the DXT decompression is gone.
D…
-
When decompressing a file that has been compressed with gzip, kseqpp relies on zlib for decompression. However, there is a library called [libdeflate](https://github.com/ebiggers/libdeflate) which off…
-
Hi,
It would be great with support for zstd compression and decompression of especially FASTQ files, as they can get very big with modern sequencing technologies, and zstd seems more and more like …
-
Load (de)compression libraries ondemand - during normal use they are mostly not needed nowadays since we delegate that to the kernel. However when running some commands like modinfo/depmod we do need …
-
Converting compressed qcow2 is about 10 times slower compared with qemu-img convert.
qemu-img convert use many technics to speed up the operation:
- Using thread pool for reading and decompressing…
-
OpenCV is a large dependency for cscore, but outside of interfaces is only used for image storage, resize, color conversion, and JPEG compression/decompression. The SIMD library (https://github.com/e…
-
## Description
This issue aims to check if `/tmp/wazuh-server/vd_1.0.0_vd_4.10.0.tar.xz` and decompress it. This must be done in runtime (like in 4.8) to not increase the size of installation types…
-
First of all thank you for such an excellent library which provides our engineering community with simple, transparent, performant, and pythonic library to handle all kinds of compressed and uncompres…