https://github.com/eapache/go-xerial-snappy.git
|
|
hace 7 años | |
|---|---|---|
| corpus | hace 7 años | |
| .gitignore | hace 9 años | |
| .travis.yml | hace 9 años | |
| LICENSE | hace 9 años | |
| README.md | hace 9 años | |
| fuzz.go | hace 7 años | |
| snappy.go | hace 7 años | |
| snappy_test.go | hace 7 años |
Xerial-compatible Snappy framing support for golang.
Packages using Xerial for snappy encoding use a framing format incompatible with basically everything else in existence. This package wraps Go's built-in snappy package to support it.
Apps that use this format include Apache Kafka (see https://github.com/dpkp/kafka-python/issues/126#issuecomment-35478921 for details).