hffzip

v 1.01

HFFzip is a file compressor based upon Huffman coding.

The Huffman algorithm uses a binary tree, and has complexity O(N*N) for compression and O(NlogN) for decompression. Although this file compressor is not so good as other compression programs (like gzip), HFFzip is right for embedded systems, because of its little size and the simple algorithm used.

http://retis.sssup.it/~scordino/projects/hffzip.html

To install hffzip, paste this in macOS terminal after installing MacPorts

sudo port install hffzip

Add to my watchlist

Installations 0
Requested Installations 0