ZstdEncoder has with_quality_and_params, which is useful for tweaking parameters for compression.
When attempting to decompress a Zstd-encoded file with a non-default window size, I receive the following error:
Frame requires too much memory for decoding
Since we do not expose the ability to override the default decoding parameters, there is no way to override the default frame size and successfully decompress this file.
ZstdEncoder
has with_quality_and_params, which is useful for tweaking parameters for compression.When attempting to decompress a Zstd-encoded file with a non-default window size, I receive the following error:
Since we do not expose the ability to override the default decoding parameters, there is no way to override the default frame size and successfully decompress this file.