Versions tested: | 0.95a |
Optimal parameters: | -b16383 |
Links: | http://ssergeo.narod... |
Authors: | Sergeo Sizikov |
Algorithms: | BWT+DC |
Notable peformances: | Qualifying2 |
The following quote from the documentation gives idea what the compressor consists of:
Switchesthe program documentation
- -bN Set maximum blocksize in kb (def: -b2048, min: -b128, max: -b16383)
- -a Disable automatic blocksize detection
- -e Disable EOL filter
- -f Disable FLT32 filter
- -l Disable DELTA filter
- -z Disable LZP preprocessing stage
- -w Disable BWT stage
- -t Replace BWT with ST 21 bit (faster for big blocks)
- -r Disable RLE after-BWT stage
- -d Disable DCE (Distance+Entropy Coding) stage
- -o Do not omit BWT & RLE stages when outputsize > inputsize
the program website March 28, 2009[EOLF] + [FLT32] + [DELTA] + [LZP] + [BWT|ST 21bit] + [RLE-EXP] + [DCE]
- EOLF - End Of Line Filter
- FLT32 - Filter for 32-bit executables,
- DELTA - Delta filter (records prepocessing),
- LZP - Lempel-Ziv preprocessor using hash-table & 4-byte context,
- BWT - Burrows-Weeler Transform,
- ST21bit - 21 bit Shindler Transform,
- RLE-EXP - RLE exponential algorithm,
- DCE - Distance Coding + Entropy coding.
The compressor is featured in the BWT comparison.
(Have info that should be added here? E-mail.)
Ver | Rating | CPR | DPR | S.E. | R.E. | Ratio | C. kB/s | D. kB/s | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
<none> | ||||||||||||
0.95a | 35 | 47 | 9 | 79 | 0 | 3.225 | 4992 | 11366 | ||||
-b16383 | ||||||||||||
0.95a | 40 | 54 | 10 | 71 | 1 | 3.329 | 4009 | 9087 | ||||
-t -b16383 | ||||||||||||
0.95a | 34 | 61 | 5 | 99 | 0 | 3.120 | 9476 | 10005 |