Skip to content

Releases: MNoorFawi/lzhw

LZHW Compression Tool

26 Jun 22:16
Compare
Choose a tag to compare

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.

LZHW Compression Tool

22 Jun 07:32
Compare
Choose a tag to compare

LZHW Command Line Lossless Compression Tool
is a 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 works in parallel and most of its code is written in Cython, so it is pretty fast.
It is based on python lzhw library.