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 Brotli decompressor #22445

Open
sorairolake opened this issue Jan 8, 2025 · 2 comments
Open

Add Brotli decompressor #22445

sorairolake opened this issue Jan 8, 2025 · 2 comments
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@sorairolake
Copy link
Contributor

Brotli is primarily used for HTTP compression. The standard library implements HTTP, and the deflate, gzip and zstd decompressors are already implemented. I think Brotli is widely used for modern HTTP compression. So I think it would be better to implement this data compression algorithm in the standard library.

@kcinnu
Copy link

kcinnu commented Jan 8, 2025

im willing to code a decompressor if this gets accepted (no guarantees about whether i will be able to, though)

@sorairolake
Copy link
Contributor Author

@andrewrk Could you add labels to this if possible?

@andrewrk andrewrk added 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. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. labels Jan 27, 2025
@andrewrk andrewrk added this to the unplanned milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase. proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

No branches or pull requests

3 participants