Skip to content

Commit 2b55944

Browse files
committed
Note faster decompression speeds
1 parent 025b9a4 commit 2b55944

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
@@ -33,6 +33,10 @@ that PyPy is no longer supported.
3333
``isal_zlib.IsalError`` has been removed.
3434
+ The base class for ``isal_zlib.error`` and ``igzip_lib.IsalError`` is now
3535
``Exception`` instead of ``OSError``.
36+
+ GzipReader now uses larger input and output buffers (128k) by default and
37+
IgzipDecompressor.decompress has been updated to allocate ``maxsize`` buffers
38+
when these are of reasonable size, instead of growing the buffer to maxsize
39+
on every call. This has improved gzip decompression speeds by 7%.
3640
+ ISA-L library version variables are now available on windows as well.
3741
+ Wheels are now always build with nasm for the x86 architecture. Previously
3842
yasm was used for Linux and MacOS due to build issues that have since been

0 commit comments

Comments
 (0)