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
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
Add zstd dependency
Add zstd support to CompressionEncoding enum and the related methods.
The text was updated successfully, but these errors were encountered:
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 enablezstd
support in tonic.Proposal
zstd
dependencyzstd
support toCompressionEncoding
enum and the related methods.The text was updated successfully, but these errors were encountered: