Skip to content
Andrew Lambert edited this page Mar 21, 2017 · 6 revisions

Method Signatures

 Function Tune(GoodLength As Integer, MaxLazy As Integer, NiceLength As Integer, MaxChain As Integer) As Boolean

Notes

Fine tune deflate's internal compression parameters. This should only be used by someone who understands the algorithm used by zlib's deflate for searching for the best matching string, and even then only by the most fanatic optimizer trying to squeeze out the last compressed bit for their specific input data.

Entry-level points of interest denoted by "☜"



Clone this wiki locally