charlesconnell opened a new pull request, #5797: URL: https://github.com/apache/hbase/pull/5797
The zstd documentation recommends re-using context objects when possible, because their creation has some expense. They can be more cheaply reset than re-created. In this PR, create one `Zstd(De)compressCtx` for the lifetime of a `Compressor` or `Decompressor` object. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
