Versions in this module Expand all Collapse all v0 v0.0.2 Jan 8, 2025 v0.0.1 Jan 4, 2025 Changes in this version + const CompressDefaultCompression + func AcquireGzipReader(r io.Reader) (*gzip.Reader, error) + func AcquireStacklessGzipWriter(w io.Writer, level int) stackless.Writer + func AppendGunzipBytes(dst, src []byte) ([]byte, error) + func AppendGzipBytes(dst, src []byte) []byte + func AppendGzipBytesLevel(dst, src []byte, level int) []byte + func ReleaseGzipReader(zr *gzip.Reader) + func ReleaseStacklessGzipWriter(sw stackless.Writer, level int) + func WriteGunzip(w io.Writer, p []byte) (int, error) + func WriteGzipLevel(w io.Writer, p []byte, level int) (int, error)