Versions tested: 0
Optimal parameters: -
Links: http://guru.multimed...
mnzip-0.zip
Authors: Michael Niedermayer
Algorithms: BWT+QLFC+ARI
Notable peformances: -

mnzip

It's based on the BWT + MTF variant [...] + snows/ffv1s range coder with a state transition table borrowed from bbb/paq 8 source code under GPL is of course available too.the program website 2009, March 25


First to compress our data we run an mtf transform over it, we store the mtf table after the whole transform (this is not strictly needed but simplifies things). Next we encode the indexes from the end to the begin each time moving the zero entry of our table to the point pointed to by the index, each time we do know the symbol before the index and so can use it as context. This really is nothing else as the MTF coder in reverse. the author explaining the MTF variant, quoted from here.

 

The compressor is featured in the BWT comparison.

(Have info that should be added here? E-mail.)


MinGW32 3.4 compiled. Disqualified: crashes on Application1.

Disqualified (why) configurations (with qualification ratings)
Ver Rating CPR DPR S.E. R.E. Ratio C. kB/s D. kB/s
5
0 crash while compressing (app1)

Version info

0, tar: yes, mode: 32-bit, crc32: 6c0a549d, decoder: 9 kB, tested: 2010 Apr 21
compression: mnzip.exe c<args> <src> <cfile>
decompression: mnzip.exe d <cfile> <src>
2017-2023 © www.compressionratings.com