You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: