corretto-11 icon indicating copy to clipboard operation
corretto-11 copied to clipboard

Improve `java.util.zip` deflate/infalte perfomance by using alternative zlib implementations

Open simonis opened this issue 4 years ago • 0 comments

Corretto comes with a bundled version of the original zlib library which is used to implement the deflate/inflate functionality in java.util.zip.

But with zlib-ng, zlib-cloudflare and zlib-chromium there exist improved zlib versions which considerably increase the deflate/inflate performance while maintaining full API compatibility.

Evaluate these libraries and consider bundling them with Corretto to give Corretto users to opportunity to benefit from these improvements.

simonis avatar Jun 24 '20 10:06 simonis