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 1e4a979 commit 1a032f6Copy full SHA for 1a032f6
CHANGELOG.rst
@@ -14,8 +14,8 @@ version 1.2.0-dev
14
library.
15
+ Fix bug where zdict's could not be set for ``isal_zlib.decompressobj`` and
16
``igzip_lib.IgzipDecompressor``.
17
-+ Escape GIL when calling inflate, deflate, crc32 and adler32 functions to
18
- just like in CPython. This allows for utilising more CPU cores in combination
++ Escape GIL when calling inflate, deflate, crc32 and adler32 functions just
+ like in CPython. This allows for utilising more CPU cores in combination
19
with the threading module. This comes with a very slight cost in efficiency
20
for strict single-threaded applications.
21
0 commit comments