mirror of https://github.com/perkeep/perkeep.git
00832f8ecb
with dependencies: bufs: 3dcccbd7064a1689f9c093a988ea11ac00e21f51 exp: 9b0e4be12fbdb7b843e0a658a04c35d160371789 fileutil: 73109188c05569cd7eaf09a523a090e714fa9d37 mathutil: 1dc74626b71a300f674026585083535b6a4d3853 sortutil: e14776c5119b49f2cf829486056e411043b6b6b2 zappy: be0e6f7682658396e2ce883e87d9de3abc08fb74 Change-Id: I00c6ea4e85a62fe8268c41b1e3524ded64c235fb |
||
---|---|---|
.. | ||
LICENSE | ||
Makefile | ||
README.md | ||
SNAPPY-GO-LICENSE | ||
all_test.go | ||
decode.go | ||
decode_cgo.go | ||
decode_nocgo.go | ||
encode.go | ||
encode_cgo.go | ||
encode_nocgo.go | ||
zappy.go |
README.md
zappy
Package zappy implements the zappy block-based compression format. It aims for a combination of good speed and reasonable compression.
Installation: $ go get github.com/cznic/zappy
Documentation: godoc.org/github.com/cznic/zappy