powturbo / TurboBench

Compression Benchmark
326 stars 34 forks source link

Question about colon and mf= #19

Closed flip111 closed 4 years ago

flip111 commented 4 years ago

I saw in turbobench.ini the following line LZMA9Z lzma,9mt2:d29:a1:fb273:mf=bt4:mc999:lc8:lp0:pb2

What is the meaning of the colon : and mf=? Also where can i read about what things like pb mean and what numbers after that are accepted?

powturbo commented 4 years ago

String after "lzma,9" contains parameters specfic to lzma (see lzma documentation The colon is a separator for parameters. mf = match finder type.

flip111 commented 4 years ago

Thanks for your answer that explains it. Would you consider an addition to the readme to say that extra parameters can be passed to algorithms?

powturbo commented 4 years ago

readme updated w/ a short note