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 · 1 comment
Open

Add Brotli decompressor #22445

sorairolake opened this issue Jan 8, 2025 · 1 comment

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants