Skip to content

v1.1.0

Compare
Choose a tag to compare
@flapjack103 flapjack103 released this 15 Jun 15:15
· 16 commits to master since this release
2c84114
  • Introduces new Readers, CompressReader and DecompressReader
  • CompressReader provides an interface for passing an io.Reader for compression
    and returning an io.ReadCloser for reading the compressed data.
  • DecompressReader mirrors the functionality of the existing Reader but with
    2x performance and fewer allocs. Reader is now deprecated in favor of this new type.