RedLZ78:
Filter:
redSys/Classes (extension) | Red >  > redTools

RedLZ78
ExtensionExtension

lz78 compression/decompression

Description

See http://oldwww.rasip.fer.hr/research/compress/algorithms/fund/lz/lz78.html

A dictionary look-up compressor that performs best with sets of large repetitive data.

NOTE: Works with Integer, Float and Symbol. Can also take a String instead of an Array.

Class Methods

.compress

Returns an array.

.decompress

Returns an array.

Examples