Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DSLX Zstandard Codec #1211

Open
rw1nkler opened this issue Nov 29, 2023 · 0 comments
Open

Add DSLX Zstandard Codec #1211

rw1nkler opened this issue Nov 29, 2023 · 0 comments
Labels
app Application level functionality (examples, uses of XLS stack)

Comments

@rw1nkler
Copy link
Contributor

rw1nkler commented Nov 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Application level functionality (examples, uses of XLS stack)
Projects
None yet
Development

No branches or pull requests

2 participants