Base implementation
Pre-release
Pre-release
Implemented the following algorithms:
RLE, BWT, MTF, Arithmetic Coding
Compressor chain: RLE -> BWT -> MTF -> RLE -> A0
TODO:
use LZ* instead of RLE
RLE, BWT, MTF, Arithmetic Coding
Compressor chain: RLE -> BWT -> MTF -> RLE -> A0
use LZ* instead of RLE