-
Please ensure you have given all the following requested information in your report.
#### Issue details
QOI is a new lossless image format with comparable compression ratios to PNG but with signif…
-
As the [design and architecture PR](https://github.com/confidential-containers/image-rs/pull/1) described, the figure below shows the proposed module blocks:
![image](https://user-images.githubuserco…
-
**Describe the problem you are trying to solve**
Decompression can be an bottleneck if the network is fast. XZ (LZMA) is surprising slow and can quickly dominate the time spent on installation.
…
-
Is there a calculation I can do to calculate whether there are unsafe levels of ICD based on the dive plan?
-
At the moment, embedded texture data in .bam files is stored uncompressed. This makes these .bam files unnecessarily massive. It would be useful if Panda could use a lossless compression algorithm, …
-
Motivated by use cases in databases, LLAMA blobs could utilize leightweight compression algorithms like PFOR (Patched Frame of Reference). While reduction of blob sizes is an interesting side effect, …
-
bzip2 is by now long superseded by other algorithms that provide better ratios for a fraction of the cost in terms of CPU, cspeed and dspeed.
Some alternatives are lzma, lzma2, and fast-lzma2, an l…
-
Continuing the idea from issue #2, there is another compression algorithm that is becoming more popular day after day. We're talking about zstd, or Zstandard, a very fast and efficient method for on-t…
-
[Zopfli compression](https://en.wikipedia.org/wiki/Zopfli) is basically GZIP on steroids. Zopfli produces compressed files that are [4-8% smaller](https://www.techrepublic.com/blog/the-enterprise-clou…
-
I have a device that stores uncompressed data in section 6 (4500 samples in 9000 bytes). Parsescp fails to parse such files, as it tries to unconditionally apply Huffman decompression algorithm. This …