Skip to content

Commit b1fc8b6

Browse files
gh-98347: Add links to python-isal in the documentation (#98637)
Clearly note that this is primarily intended for users for who zlib/gzip is a bottleneck. Co-authored-by: Adam Turner <[email protected]>
1 parent 99b71ef commit b1fc8b6

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
@@ -258,6 +258,10 @@ Example of how to GZIP compress a binary string::
258258
The basic data compression module needed to support the :program:`gzip` file
259259
format.
260260

261+
In case gzip (de)compression is a bottleneck, the `python-isal`_
262+
package speeds up (de)compression with a mostly compatible API.
263+
264+
.. _python-isal: https://github.com/pycompression/python-isal
261265

262266
.. program:: gzip
263267

Doc/library/zlib.rst

+5
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,8 @@ the following constants:
353353
http://www.zlib.net/manual.html
354354
The zlib manual explains the semantics and usage of the library's many
355355
functions.
356+
357+
In case gzip (de)compression is a bottleneck, the `python-isal`_
358+
package speeds up (de)compression with a mostly compatible API.
359+
360+
.. _python-isal: https://github.com/pycompression/python-isal

0 commit comments

Comments
 (0)