You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes made:
* Add Header.HeaderSize to track the actual size of the header.
The header is variable length, so providing this information allows
the caller to do other low-level tasks, such as determining whether
the entirety of a zstandard frame is a single segment block.
* Add Header.Skippable{ID,Size} to make the Header type more
useful for extracting data from metadata frames (see #459).
* Re-arrange fields in Header to better match the order
these appear in RFC 8478.
Repository owner
locked and limited conversation to collaborators
Sep 25, 2022
Is it possible to add an API to use skippable frames.
https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md#skippable-frames
The text was updated successfully, but these errors were encountered: