[New-bugs-announce] [issue47193] Use zlib-ng rather than zlib in binary releases

Gregory P. Smith report at bugs.python.org
Fri Apr 1 15:19:24 EDT 2022


New submission from Gregory P. Smith <greg at krypto.org>:

zlib-ng is an optimized zlib library with better performance on most architectures (with contributions from the likes of Google, Cloudflare, and Intel).  It is API compatible with zlib.  https://github.com/zlib-ng/zlib-ng

I believe the only platform we don't use the OS's own zlib on is Windows so I'm tagging this issue Windows.

----------
components: Windows
messages: 416508
nosy: gregory.p.smith, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Use zlib-ng rather than zlib in binary releases
type: performance
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47193>
_______________________________________


More information about the New-bugs-announce mailing list