ocaml-lz77

LZ77 compression algorithm

Stars
8

LZ77 Compression Algorithm

See Ziv, Jacob; Lempel, Abraham (May 1977). "A Universal Algorithm for Sequential Data Compression". IEEE Transactions on Information Theory 23 (3): 337343.

Very naive implementation, do not expect it to be very efficient.