The Snappy compression format in the Go programming language.
Перейти к файлу
Nigel Tao 774a97396f Remove the no-longer-used maxOffset constant.
It was no longer used as of commit 8939696c "Use the same encoding
algorithm as C++ snappy".
2016-04-16 15:15:34 +10:00
cmd/snappytool Make heuristic match skipping more aggressive. 2016-04-10 16:02:28 +10:00
testdata Use a more compressible golden input for the tests. 2016-04-10 16:29:43 +10:00
.gitignore Add a snappytool command that uses the C++ library. 2016-02-25 13:31:42 +11:00
AUTHORS A+C: remove Klaus Post <klauspost@gmail.com>. 2016-02-10 11:09:04 +11:00
CONTRIBUTORS A+C: remove Klaus Post <klauspost@gmail.com>. 2016-02-10 11:09:04 +11:00
LICENSE Initial check-in. 2011-08-23 21:42:19 +10:00
README all: simpler import path 2015-06-11 10:18:30 +02:00
decode.go Don't allow EOF in the middle of a framing chunk. 2016-04-03 23:08:03 +10:00
decode_amd64.go Add appengine and noasm build tags. 2016-04-14 18:47:10 +10:00
decode_amd64.s Add appengine and noasm build tags. 2016-04-14 18:47:10 +10:00
decode_other.go Add appengine and noasm build tags. 2016-04-14 18:47:10 +10:00
encode.go Remove the no-longer-used maxOffset constant. 2016-04-16 15:15:34 +10:00
snappy.go Use 64K blocks when encoding long inputs. 2016-02-22 12:44:36 +11:00
snappy_test.go Use a more compressible golden input for the tests. 2016-04-10 16:29:43 +10:00

README

The Snappy compression format in the Go programming language.

To download and install from source:
$ go get github.com/golang/snappy

Unless otherwise noted, the Snappy-Go source files are distributed
under the BSD-style license found in the LICENSE file.