Skip to content

Releases: mirage/decompress

Fix bug and little improve performance

11 Oct 20:58
Compare
Choose a tag to compare
  • Add a window_bits parameter in Deflate 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 in Inflate
  • Fix dist computation in Inflate (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

20 Sep 16:49
Compare
Choose a tag to compare
  • Use CPS style to compute inflate and deflate like xmlm and ocaml-imap
  • Optimize inflate window like ring-buffer in ocaml-mm
  • Optimize compute of Adler 32 with cppo

First release

21 Aug 17:07
Compare
Choose a tag to compare

First release of Decompress.