mcmilk / zstdmt

Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
Other
181 stars 33 forks source link

brotli-mt window size option #16

Closed pnare24 closed 3 years ago

pnare24 commented 3 years ago

There is an option in brotli to use the window size. I couldn't find window option in brotli-mt.

Is there a way to specify the window size for brotli-mt and does it use LZ77?

  -w NUM, --lgwin=NUM         set LZ77 window size (0, 10-24)
                              window size = 2**NUM - 16
                              0 lets compressor choose the optimal value

And what does frame refer to in your code?

Thanks!

mcmilk commented 3 years ago

Sorry, no time for this... you could provide some PR - when you need it.