Skip to content

Commit 293f289

Browse files
miss-islingtonrhpvordermanAA-Turner
authored
[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 b1fc8b6) Co-authored-by: Ruben Vorderman <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 9953971 commit 293f289

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Doc/library/gzip.rst

+4
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ Example of how to GZIP compress a binary string::
253253
The basic data compression module needed to support the :program:`gzip` file
254254
format.
255255

256+
In case gzip (de)compression is a bottleneck, the `python-isal`_
257+
package speeds up (de)compression with a mostly compatible API.
258+
259+
.. _python-isal: https://github.com/pycompression/python-isal
256260

257261
.. program:: gzip
258262

Doc/library/zlib.rst

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

0 commit comments

Comments
 (0)