File tree 2 files changed +9
-0
lines changed
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::
258
258
The basic data compression module needed to support the :program: `gzip ` file
259
259
format.
260
260
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
261
265
262
266
.. program :: gzip
263
267
Original file line number Diff line number Diff line change @@ -353,3 +353,8 @@ the following constants:
353
353
http://www.zlib.net/manual.html
354
354
The zlib manual explains the semantics and usage of the library's many
355
355
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