File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments