Skip to content

Commit 4cd7ced

Browse files
committed
Update changelog
1 parent 0326998 commit 4cd7ced

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
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+
1022
version 0.7.0
1123
-----------------
1224
+ Remove workarounds in the ``igzip`` module for the ``unconsumed_tail``

0 commit comments

Comments
 (0)