forked from segmentio/kafka-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement stream compression * fix zstd + pass benchmarks * add comments and remove old API * add kafka.CompressionCodec.Name() * avoid a copy when the output buffer for decoding snappy compressed data is large enough * fix xerial framing + validate against go-xerial-snappy * remove unused function * PR feedback * cleanup APIs + improve benchmarks * optimize gzip reader * fix snappy compression codec * support running decompression benchmarks alone
- Loading branch information
Achille
authored
Jul 22, 2019
1 parent
03ea927
commit 59f58f0
Showing
12 changed files
with
1,129 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.