Skip to content

Commit 11f40bb

Browse files
committed
Add igzip_threaded interface to the changelog
1 parent 53f9de0 commit 11f40bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Changelog
99
1010
version 1.4.0-dev
1111
-----------------
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.
1216
+ The internal ``igzip._IGzipReader`` has been rewritten in C. As a result the
1317
overhead of decompressing files has significantly been reduced and
1418
``python -m isal.igzip`` is now very close to the C ``igzip`` application.

0 commit comments

Comments
 (0)