issues
search
mostynb
/
go-grpc-compression
go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc
Apache License 2.0
21
stars
10
forks
source link
upgrade github.com/klauspost/compress to v1.13.3
#3
Closed
mostynb
closed
3 years ago
mostynb
commented
3 years ago
This includes the following zstd improvements since v1.13.0:
Add configurable Decoder window size
https://github.com/klauspost/compress/pull/394
Add stream content size
https://github.com/klauspost/compress/pull/401
Simplify hashing functions
https://github.com/klauspost/compress/pull/402
use SpeedBestCompression for level >= 10
https://github.com/klauspost/compress/pull/410
Fix WriteTo error forwarding
https://github.com/klauspost/compress/pull/411
Improve Best compression
https://github.com/klauspost/compress/pull/404
This includes the following zstd improvements since v1.13.0: