FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-98347: Add links to python-isal in the documentation (GH-98637) by miss-islington · Pull Request #132894 · python/cpython · GitHub

/ cpython Public
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 4 additions & 0 deletions Doc/library/gzip.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ Example of how to GZIP compress a binary string::
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

Expand Down
5 changes: 5 additions & 0 deletions Doc/library/zlib.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,8 @@ the following constants:
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

Back | FazBrowse Home | New Git URL