Skip to content
Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

Method Signatures

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

Remarks

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