Skip to content

[Suggestion] Add Zstd (Seekable) support #5

Description

@crashGG

Zstd (Seekable) Supports random access, allowing direct jump to a specified byte.

It doesn't require consuming memory or decompress to a temporary directory. Furthermore, it leverages zstd's extremely fast decompression capabilities (even faster than copying files in certain scenarios).
Official documentation:
https://github.com/facebook/zstd/blob/dev/contrib/seekable_format/zstd_seekable_compression_format.md

Open source Rust implementation:

https://github.com/rorosen/zeekstd

https://github.com/3leaps/seekable-zstd

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions