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

zstd decompressor #14183

Closed
nektro opened this issue Jan 3, 2023 · 0 comments · Fixed by #14394
Closed

zstd decompressor #14183

nektro opened this issue Jan 3, 2023 · 0 comments · Fixed by #14394
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@nektro
Copy link
Contributor

nektro commented Jan 3, 2023

Zstandard - Fast real-time compression algorithm used in numerous tarball distributions and is rapidly becoming preferred over gz and xz

Reference implementation: https://github.com/facebook/zstd

see also the package manager (#943)
see also #213
see also #2851

@andrewrk andrewrk added standard library This issue involves writing Zig code for the standard library. enhancement Solving this issue will likely involve adding new logic or components to the codebase. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. labels Jan 3, 2023
@andrewrk andrewrk added this to the 0.11.0 milestone Jan 3, 2023
@dweiller dweiller mentioned this issue Jan 21, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants