dylex / zip-stream

Haskell ZIP archive streaming processing using conduit
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

fix space leak #7

Closed raichoo closed 5 years ago

raichoo commented 5 years ago

There was a space leak when copmuting the CRC for the file. This basically retained file data so streaming did not happen in constant memory anymore.