Versions tested:1
Optimal parameters:-
Links:http://cs.fit.edu/~m...
Authors:Matt Mahoney
Algorithms:BWT+CM
Notable peformances:-

bbb

The compression format is a memory efficient Burrows-Wheeler Transform (BWT) followed by a PAQ-like compression using a single order-0 context (no mixing) followed by 5 more adaptive stages with low order contexts, and bitwise arithmetic coding.

the source code

 

The compressor is featured in the BWT comparison.

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


Disqualified (why) configurations (with qualification ratings)
VerRatingCPRDPRS.E.R.E.RatioC. kB/sD. kB/s
c
127141601733.14275757
cfm100q
1freezes due to bwt string sort (app1)
cm400q
1freezes due to bwt string sort (app1)

Version info

1, tar: yes, mode: 32-bit, crc32: 8e180f3d, decoder: 19 kB
compression: bbb.exe <args> <src> <cfile>
decompression: bbb.exe d <cfile> <src>