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

Support for zstd in Deflater #2168

Open
sandstrom opened this issue Apr 18, 2024 · 0 comments
Open

Support for zstd in Deflater #2168

sandstrom opened this issue Apr 18, 2024 · 0 comments

Comments

@sandstrom
Copy link

sandstrom commented Apr 18, 2024

Support for Content-Encoding value zstd in Rack::Deflater.

This algorithm is currently only supported by Chrome and Edge. Firefox has an open issue with little activity and Safari has "positive" as their standard position, but I could see no implementation work.

Perhaps it's too early to spend time on this, but wanted to raise the issue nonetheless.

Useful for things such as JSON payloads and other dynamic content that cannot be compressed ahead of time. The compression ratio is similar to gzip, but it's twice as fast to decompress and (I think) slightly quicker to compress too.

Resources

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

1 participant