[3.13] gh-98347: Add links to python-isal in the documentation (GH-98637) (#132894)

gh-98347: Add links to python-isal in the documentation (GH-98637)

Clearly note that this is primarily intended for users for who zlib/gzip is a bottleneck.
(cherry picked from commit b1fc8b69ec)

Co-authored-by: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-04-25 04:09:58 +02:00 committed by GitHub
parent 9953971924
commit 293f2895d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -253,6 +253,10 @@ Example of how to GZIP compress a binary string::
The basic data compression module needed to support the :program:`gzip` file
format.
In case gzip (de)compression is a bottleneck, the `python-isal`_
package speeds up (de)compression with a mostly compatible API.
.. _python-isal: https://github.com/pycompression/python-isal
.. program:: gzip

View file

@ -341,3 +341,8 @@ the following constants:
http://www.zlib.net/manual.html
The zlib manual explains the semantics and usage of the library's many
functions.
In case gzip (de)compression is a bottleneck, the `python-isal`_
package speeds up (de)compression with a mostly compatible API.
.. _python-isal: https://github.com/pycompression/python-isal