Open
Description
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:
- modules/zstd: build libzstd #1166
- modules/zstd: add buffer module #1167
- modules/zstd: add frame header parser #1168
- modules/zstd: add raw block decoder #1212
- modules/zstd: add rle block decoder #1213
- modules/zstd: add BlockDecoder #1214
- modules/zstd: add Zstd decoder skeleton #1169
CC @proppy