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
This is an umbrella issue to track the implementation of the DSLX Zstandard Decoder and Encoder.
The created modules should be compatible with RFC8878. The encoder, when fed with data should provide an output encoded in Zstandard format. The same data decompressed with the original zstd library should restore the data to its initial form. Similarly, the created decoder should be able to decompress data encoded in Zstandard format and provide the original data on its output (if the memory requirements necessary for decompressing the stream are fulfilled by the decoder).
Here is a list of opened PRs related to this issue:
This is an umbrella issue to track the implementation of the DSLX Zstandard Decoder and Encoder.
The created modules should be compatible with RFC8878. The encoder, when fed with data should provide an output encoded in Zstandard format. The same data decompressed with the original zstd library should restore the data to its initial form. Similarly, the created decoder should be able to decompress data encoded in Zstandard format and provide the original data on its output (if the memory requirements necessary for decompressing the stream are fulfilled by the decoder).
Here is a list of opened PRs related to this issue:
CC @proppy
The text was updated successfully, but these errors were encountered: