mcmilk / zstdmt

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

Long windows aren't supported #12

Closed mirh closed 4 years ago

mirh commented 4 years ago

I.e. --large_window for brotli and --long for zstd.

mcmilk commented 4 years ago

No need for it.

mirh commented 4 years ago

What? Why not? Compression greatly improves with them.

mcmilk commented 4 years ago

These tools are not ment for a big public, they are samples how the lib works.... if you want to have these feature, send me an pull request with the code.