File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ that PyPy is no longer supported.
33
33
``isal_zlib.IsalError `` has been removed.
34
34
+ The base class for ``isal_zlib.error `` and ``igzip_lib.IsalError `` is now
35
35
``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%.
36
40
+ ISA-L library version variables are now available on windows as well.
37
41
+ Wheels are now always build with nasm for the x86 architecture. Previously
38
42
yasm was used for Linux and MacOS due to build issues that have since been
You can’t perform that action at this time.
0 commit comments