golang-github-pierrec-lz4-dev

Lz4 compression and decompression in pure go
  https://github.com/pierrec/lz4
  0
  no reviews



This library implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, using an io.reader (decompression) and io.writer (compression). it is designed to minimize memory usage while maximizing throughput by being able to [de]compress data concurrently.