We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f9de0 commit 11f40bbCopy full SHA for 11f40bb
CHANGELOG.rst
@@ -9,6 +9,10 @@ Changelog
9
10
version 1.4.0-dev
11
-----------------
12
++ Added an experimental ``isal.igzip_threaded`` module which has an
13
+ ``open`` function.
14
+ This can be used to read and write large files in a streaming fashion
15
+ while escaping the GIL.
16
+ The internal ``igzip._IGzipReader`` has been rewritten in C. As a result the
17
overhead of decompressing files has significantly been reduced and
18
``python -m isal.igzip`` is now very close to the C ``igzip`` application.
0 commit comments