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
VerRatingCPRDPRS.E.R.E.RatioC. kB/sD. kB/s
<none>
10004501.9742149684326

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>