Versions tested: 1
Optimal parameters: default
Links: http://www.cs.fit.ed...
Authors: Matt Mahoney
Algorithms: LZP
Notable peformances: -

flzp

flzp is a fast, byte oriented LZP compressor. A byte is decoded either as a literal, match length, or end of block symbol. A match length is decoded to the bytes that follow the last context match within a sliding window. Uses 8 MB memory.

flzp can be used as a preprocessor to a low-order compressor to improve both compression ratio and speed.

the program documentation

 

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


Qualified configurations
Ver Rating CPR DPR S.E. R.E. Ratio C. kB/s D. kB/s
<none>
1 0 0 0 45 0 1.974 21496 84326

Version info

1, tar: yes, mode: 32-bit, crc32: ce470f1, decoder: 4 kB, tested: 2010 Apr 22
compression: flzp.exe c <src> <cfile>
decompression: flzp.exe d <cfile> <src>
2017-2023 © www.compressionratings.com