Skip to content

LZHW Compression Tool

Latest
Compare
Choose a tag to compare
@MNoorFawi MNoorFawi released this 26 Jun 22:16

LZHW Command Line Lossless Compression Tool
is a Windows command line tool used to compress and decompress files from and to any form, csv, excel etc without any dependencies or installations. Using an optimized algorithm (LZHW) developed from Lempel-Ziv, Huffman and LZ-Welch algorithms.
The tool can work in parallel and most of its code is written in Cython, so it is pretty fast.
It is based on python lzhw library.