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 zstd compression support #1236

Closed
zamazan4ik opened this issue Jan 14, 2023 · 1 comment
Closed

Add zstd compression support #1236

zamazan4ik opened this issue Jan 14, 2023 · 1 comment

Comments

@zamazan4ik
Copy link

Feature Request

Add a zstd compression support, in additionally to the already supported gzip.

Motivation

zstd is a modern efficient compression algorithm. It usually works faster with almost the same compression ratio. Would be awesome to have an option to enable zstd support in tonic.

Proposal

  1. Add zstd dependency
  2. Add zstd support to CompressionEncoding enum and the related methods.
@tottoto
Copy link
Collaborator

tottoto commented Jun 4, 2024

Resolved in #1532.

@tottoto tottoto closed this as completed Jun 4, 2024
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

Successfully merging a pull request may close this issue.

2 participants