This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use zlib-ng rather than zlib in binary releases
Type: performance Stage: needs patch
Components: Windows Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: arhadthedev, corona10, gregory.p.smith, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2022-04-01 19:19 by gregory.p.smith, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg416508 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2022-04-01 19:19
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.
History
Date User Action Args
2022-04-11 14:59:58adminsetgithub: 91349
2022-04-02 09:48:33corona10setnosy: + corona10
2022-04-01 19:26:32arhadthedevsetnosy: + arhadthedev
2022-04-01 19:19:24gregory.p.smithcreate