Versions tested: | 1.35b |
Optimal parameters: | default |
Links: | http://forrox.narod.ru/ |
Authors: | Alexander Cherenkov |
Algorithms: | RLE+BWT+MTF/IF, X86 |
Notable peformances: | - |
the program website 2009, March 25The archiver works under following scheme:
- Set of filters.
- Burrows-Wheeler Transform (BWT).
- Advanced "Move To Front" (MTF) or "Sorted Inversion Frequencies" (SIF).
- 1-2 encoding.
- Arithmetic coding with use of Peter Fenwick's structural model.
The archiver has some methods of data preprocessing for improvement of compression:
- Preprocessing of texts data: EOL-coding and upper-case to lower-case convertion.
- Two variants of preprocessing for 32 bit tables (gives better compression of executable files and Microsoft Office documents).
- Transformation of relative addresses in absolute (call/jmp conversion) for better compression of executable files.
- Delta-encoding improves compression of PCM WAVE files and 24 bit pictures (not compressed Bitmap, Targa).
- LZP preprocessing speeds up BWT, but essentially slows down decompression.
- Run Length Encoding (RLE)
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> | ||||||||||||
1.35b | 18 | 30 | 3 | 57 | 0 | 3.097 | 5202 | 6397 |
Ver | Rating | CPR | DPR | S.E. | R.E. | Ratio | C. kB/s | D. kB/s | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
-mx -m52m | ||||||||||||
1.35b | verify error (txt2) |