Skip to content

Commit

Permalink
upgrade github.com/klauspost/compress to v1.11.13
Browse files Browse the repository at this point in the history
There have been a few zstd improvements since v1.11.6:

* zstd: Big speedup on small dictionary encodes
  klauspost/compress#345
* zstd: Add WithLowerEncoderMem
  klauspost/compress#336
* Faster "compression" of incompressible data
  klauspost/compress#314
  • Loading branch information
mostynb committed Mar 27, 2021
1 parent 66ec463 commit e1cddd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/mostynb/zstdpool-syncpool

go 1.15

require github.com/klauspost/compress v1.11.6
require github.com/klauspost/compress v1.11.13
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/klauspost/compress v1.11.6 h1:EgWPCW6O3n1D5n99Zq3xXBt9uCwRGvpwGOusOLNBRSQ=
github.com/klauspost/compress v1.11.6/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
github.com/klauspost/compress v1.11.13 h1:eSvu8Tmq6j2psUJqJrLcWH6K3w5Dwc+qipbaA6eVEN4=
github.com/klauspost/compress v1.11.13/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=

0 comments on commit e1cddd5

Please sign in to comment.