Skip to content

Add DSLX Zstandard Codec #1211

Open
Open
@rw1nkler

Description

@rw1nkler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    appApplication level functionality (examples, uses of XLS stack)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions