1 dépôt
Systems that apply multiple compression algorithms in a sequence to a single data stream.
Distinct from LZ4 Compression Pipelines: Existing candidates focus on single-algorithm pipelines (like LZ4) rather than the chaining of multiple different formats.
Explore 1 awesome GitHub repository matching data & databases · Sequential Compression Pipelines. Refine with filters or upvote what's useful.
Ouch is a command-line archive utility designed for compressing and decompressing files across multiple formats, including zip, tar, 7z, and zstd. It functions as a secure archive processor that sanitizes metadata to prevent path traversal attacks and terminal injection during extraction. The tool features a chain compression pipeline that allows for the sequential application of multiple compression algorithms by parsing chains of file extensions in a filename. It also includes a dedicated accessibility mode that optimizes terminal output for screen readers and text-to-speech technologies by
Processes data through a chain of compression algorithms by parsing multiple file extensions in the output filename.