Versions tested:1
Rating:0
Performance C/D:0/0
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
CompressionRatings.Com
<none>
100012701.930643715664

Version info

v1, using tar: yes, using sfx: no
compression: flzp.exe c <src> <cfile>
decompression: flzp.exe d <cfile> <src>