Skip to content

Base implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@scrat98 scrat98 released this 09 Dec 07:30
· 50 commits to master since this release

Implemented the following algorithms:

RLE, BWT, MTF, Arithmetic Coding

Compressor chain: RLE -> BWT -> MTF -> RLE -> A0

TODO:

use LZ* instead of RLE