You can explicitly set windowLog with --zstd=windowLog=...
It’s sometimes useful to combine low-ish compression level with high window size. E.g. when the input data contains multiple similar large chunks that do not fit into the low-compression-level window.
You can explicitly set
windowLog
with--zstd=windowLog=...
It’s sometimes useful to combine low-ish compression level with high window size. E.g. when the input data contains multiple similar large chunks that do not fit into the low-compression-level window.