-
It would be nice to support orz which is a higher compression format then zstd, and also is written natively in rust https://github.com/richox/orz/
It would also be nice to use xz since it also has…
-
# Project Proposal: File Compression Tool
## Project Overview
The File Compression Tool is a desktop application built using Java, which allows users to compress and decompress various types of …
-
### Is your feature request related to a problem? Please describe
Need a faster and better compression and decompression format
Please consider adding this new compression algorithm : https://…
-
Searching in logs is very slow. Maybe we can add other compression algorithms with higher decompression speed like LZO, or/and change log format to be easily parsed for machines?
stkw0 updated
8 years ago
-
Add algorithm implementations in various languages here: https://github.com/chandrikadeb7/Hacktoberfest_2020/tree/main/Task%203
- [x] Quick Sort (Javascript) - @malhotraravi842
- [x] Compression…
-
I’m wondering if it’ll be possible to add the LZ4 and ZStandard compression algorithms to this library in the future. Personally I would find it useful, as both have outstanding decompression times, a…
-
As noted by Ilari in #18, there's a possible ambiguity with the use of three byte identifiers in this draft. Although currently three byte `cert_data` entries are not possible with X509, this could hy…
-
Compression algorithms come and go today brotli it the way to go, good compression and fast decompression. Two years ago lzma was the star and a few years before everyone loved bzip2.
Also there are a…
mknjc updated
8 years ago
-
### User story
As a setup developer, I would like to use a propriety compression method for containers. More generally, I would like to have the option to use any container compression algorithm usin…
-
Hello~
I'm working in an environment which is heavilly bottlenecked by HDD read speeds. Specifically, reading sharded data from an HDD. As expected, the best performance is achieved using a single …