Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support seekable format #272

Open
joshtriplett opened this issue Apr 10, 2024 · 1 comment
Open

Please support seekable format #272

joshtriplett opened this issue Apr 10, 2024 · 1 comment

Comments

@joshtriplett
Copy link
Contributor

There's a seekable zstd format, which makes it possible to seek to and decompress segments independently. It includes a jump table at the end for all the segments.

https://github.com/facebook/zstd/blob/dev/contrib/seekable_format/zstd_seekable_compression_format.md

I'd love to have support for this format in zstd-rs, both to compress (with an API to mark the end of a segment) and to decompress (parsing the jump table and allowing decompression of individual segments).

@NobodyXu
Copy link
Contributor

There's a separate binding crate https://lib.rs/crates/zstd-seekable which can be used as a reference implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants