xframe/vendor/github.com/klauspost/compress/snappy
lwl0608 13b0b8e7a2 init 2024-10-12 12:55:20 +08:00
..
.gitignore init 2024-10-12 12:55:20 +08:00
AUTHORS init 2024-10-12 12:55:20 +08:00
CONTRIBUTORS init 2024-10-12 12:55:20 +08:00
LICENSE init 2024-10-12 12:55:20 +08:00
README.md init 2024-10-12 12:55:20 +08:00
decode.go init 2024-10-12 12:55:20 +08:00
encode.go init 2024-10-12 12:55:20 +08:00
snappy.go init 2024-10-12 12:55:20 +08:00

README.md

snappy

The Snappy compression format in the Go programming language.

This is a drop-in replacement for github.com/golang/snappy.

It provides a full, compatible replacement of the Snappy package by simply changing imports.

See Snappy Compatibility in the S2 documentation.

"Better" compression mode is used. For buffered streams concurrent compression is used.

For more options use the s2 package.

usage

Replace imports github.com/golang/snappy with github.com/klauspost/compress/snappy.