grtamayo / LZW-Algorithm

C implementations of the Lempel-Ziv-Welch (LZW) algorithm. Lzwg features optional bitsize (default=16) of dictionary string table size (default=65536). Lzwhc is a single file codec, via faster hashing. Note: lzwg uses maximum 1.7GB+ RAM and lzwhc uses maximum 2.4GB+ RAM @ 28-bit dictionary!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grtamayo/LZW-Algorithm Issues

No issues in this repository yet.