File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ Changelog
7
7
.. This document is user facing. Please word the changes in such a way
8
8
.. that users understand how the changes affect the new version.
9
9
10
+ version 0.8.0-dev
11
+ -----------------
12
+ + Speed up ``igzip.compress `` and ``igzip.decompress `` by improving the
13
+ implementation.
14
+ + Make sure compiler arguments are passed to ISA-L compilation step. Previously
15
+ ISA-L was compiled without optimisation steps, causing the statically linked
16
+ library to be significantly slower.
17
+ + A unused constant from the ``isal_zlib `` library was removed:
18
+ ``ISAL_DEFAULT_HIST_BITS ``.
19
+ + Refactor isal_zlib.pyx to work almost the same as zlibmodule.c. This has made
20
+ the code look cleaner and has reduced some overhead.
21
+
10
22
version 0.7.0
11
23
-----------------
12
24
+ Remove workarounds in the ``igzip `` module for the ``unconsumed_tail ``
You can’t perform that action at this time.
0 commit comments