mirror of
https://github.com/facebook/zstd.git
synced 2025-11-24 12:01:06 +03:00
When decompressing a seekable file, if seeking forward within a frame (by issuing multiple ZSTD_seekable_decompress calls with a small gap between them), the frame will be unnecessarily reread from the beginning. This patch makes it continue using the current frame data and simply skip over the unneeded bytes.
21 KiB
21 KiB