opensearch-project / custom-codecs

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).
Apache License 2.0
6 stars 13 forks source link

Remove redundant array resizing in Zstd compression modes. #121

Closed mulugetam closed 3 months ago

mulugetam commented 3 months ago

Description

Removes redundant array resizes in Zstd compression modes.

Issues Resolved

Improves performance by eliminating redundant array resizing.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.