Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit293f289

Browse files
miss-islingtonrhpvordermanAA-Turner
authored
[3.13]gh-98347: Add links to python-isal in the documentation (GH-98637) (#132894)
gh-98347: Add links to python-isal in the documentation (GH-98637)Clearly note that this is primarily intended for users for who zlib/gzip is a bottleneck.(cherry picked from commitb1fc8b6)Co-authored-by: Ruben Vorderman <r.h.p.vorderman@lumc.nl>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent9953971 commit293f289

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

‎Doc/library/gzip.rst‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ Example of how to GZIP compress a binary string::
253253
The basic data compression module needed to support the:program:`gzip` file
254254
format.
255255

256+
In case gzip (de)compression is a bottleneck, the `python-isal`_
257+
package speeds up (de)compression with a mostly compatible API.
258+
259+
.. _python-isal:https://github.com/pycompression/python-isal
256260

257261
..program::gzip
258262

‎Doc/library/zlib.rst‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,8 @@ the following constants:
341341
http://www.zlib.net/manual.html
342342
The zlib manual explains the semantics and usage of the library's many
343343
functions.
344+
345+
In case gzip (de)compression is a bottleneck, the `python-isal`_
346+
package speeds up (de)compression with a mostly compatible API.
347+
348+
.. _python-isal:https://github.com/pycompression/python-isal

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp