This website works better with JavaScript
Home
Explore
Help
Register
Sign In
github.com2
/
golang_snappy
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
55
Commits
2
Branches
1
Releases
Tree:
cc71ae7cc5
Branches
Tags
master
sync_pool_cur
v0.0.1
golang_snappy
HTTPS
ZIP
TAR.GZ
Nigel Tao
cc71ae7cc5
Change the encoder's hash table values from int to int32.
10 years ago
.gitignore
fd4a55a040
Add a .gitignore file for the downloaded testdata.
10 years ago
AUTHORS
92d8f39f9c
A+C: remove Klaus Post <klauspost@gmail.com>.
10 years ago
CONTRIBUTORS
92d8f39f9c
A+C: remove Klaus Post <klauspost@gmail.com>.
10 years ago
LICENSE
a0354efc61
Initial check-in.
15 years ago
README
c5eccb269a
all: simpler import path
11 years ago
decode.go
7e6c06b922
Reject zero offsets in a length/offset pair.
10 years ago
encode.go
cc71ae7cc5
Change the encoder's hash table values from int to int32.
10 years ago
snappy.go
799c780093
Reduce the number of Write calls to the underlying io.Writer.
10 years ago
snappy_test.go
51195a16b0
Add some length/offset tests where offset < length.
10 years ago
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.