Versions tested: 0.e.s
Optimal parameters: -p -b100
Links: ecp-0.e.s.zip
Authors: Michael Semikov
Algorithms: LZP+BWT+MTF+ARI
Notable peformances: -

ecp

The author describes the compressor in the documentation:

Some words about base lexicographic ordering: at this stage of development of 'ecp' I use bzip algorithm without quadrants, but later 'ecp' will include one more new algorithm(s), as different keys.

I use preprocessor, based on LZP54. It works very fine on 'water' data, as RLE does not. And also lzp let improve speed of lexicographic ordering.

About sorting:
The algorithm in this module is almost identical to used in bzip by Julian Seward. The next version of ecp will include some original algorithm and probably reprocessed lexicographic ordering, found in bzip.
About LZP:
In this module you can find preprocessor algo, based on LZP by Charles Bloom. This preprocessor especially useful on so called 'water' data, and also it can help improve BWT speed.
the program source code

 

It is not clear what the water data refers to.

The compressor is featured in the BWT comparison.

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


Using custom MinGW32 3.4 compiled binary, see the linked package.

Qualified configurations
Ver Rating CPR DPR S.E. R.E. Ratio C. kB/s D. kB/s
-p -b100
0.e.s 1 1 1 7 0 2.983 441 5209

Version info

0.e.s, tar: yes, mode: 32-bit, crc32: de66f97b, decoder: 10 kB, tested: 2010 Apr 19
compression: ecp.exe <args> <src>
decompression: ecp.exe -d <cfile>
2017-2023 © www.compressionratings.com