Seezee
A seekable zstd compressed buffer.
This is very similar to the seekable format extension, with some small differences:
- The resulting buffer is not a valid
zstdfile, and cannot be handled directly by otherzstddecompression tools. - All frames have the same (uncompressed) size, so there is no need to store than and binary search.
- Frames are stored without the
zstdmagic, saving a few bytes.
I might add support for an embedded dictionary in the future.