Clearly note that this is primarily intended for users for who zlib/gzip is a bottleneck.
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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
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