mirage / decompress

Pure OCaml implementation of Zlib.
MIT License
116 stars 21 forks source link

Optimization? #2

Closed dinosaure closed 8 years ago

dinosaure commented 9 years ago

I have a dream, a dream with Decompress was 10 times faster than the implementation of C. Maybe it's not just a dream.

dinosaure commented 8 years ago

I optimize the Lz77 compression with the same algorithm than blosc. No unsafe_*, so we have a bound check but it still dangerous zone ...