-----------------
+ Speed up ``igzip.compress`` and ``igzip.decompress`` by improving the
implementation.
+ Make sure compiler arguments are passed to ISA-L compilation step. Previously
ISA-L was compiled without optimisation steps, causing the statically linked
library to be significantly slower.
+ A unused constant from the ``isal_zlib`` library was removed:
``ISAL_DEFAULT_HIST_BITS``.
+ Refactor isal_zlib.pyx to work almost the same as zlibmodule.c. This has made
the code look cleaner and has reduced some overhead.