Releases: mirage/decompress
Releases · mirage/decompress
Fix bug and little improve performance
- Add a
window_bits
parameter inDeflate
module - Remove compilation with
cppo
(use-inline
option instead) - Fix bug for last block in
Deflate
- Little optimize a compute of CRC in
Inflate
- Fix
Manual
mode inInflate
- Fix
dist
computation inInflate
(infinite loop) - Optimize computation of tree (literal and dist)
- Add unit test (compare with
camlzip
) - Fix bug in reverse package merge algorithm in
Deflate
module - Use ocaml/ocaml-travisci-skeleton
Improve interface and optimization
- Use CPS style to compute inflate and deflate like
xmlm
andocaml-imap
- Optimize inflate window like ring-buffer in
ocaml-mm
- Optimize compute of Adler 32 with
cppo
First release
First release of Decompress.