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 860e7f6 commit 6f81e8fCopy full SHA for 6f81e8f
CHANGELOG.rst
@@ -12,8 +12,9 @@ version 1.4.0-dev
12
+ The internal ``igzip._IGzipReader`` has been rewritten in C. As a result the
13
overhead of decompressing files has significantly been reduced and
14
``python -m isal.igzip`` is now very close to the C ``igzip`` application.
15
-+ The ``igzip._IGZipReader`` in C is now used in ``igzip.decompress``. This
16
- has reduced overhead significantly.
++ The ``igzip._IGZipReader`` in C is now used in ``igzip.decompress``. The
+ ``_GzipReader`` also can read from objects that support the buffer protocol
17
+ This has reduced overhead significantly.
18
19
version 1.3.0
20
-----------------
0 commit comments