Documentation ¶
Overview ¶
Package github.com/mostynb/go-grpc-compression/experimental/klauspost_snappy is a wrapper for using github.com/klauspost/compress/s2 in snappy compatibility mode with gRPC. It might be more efficient than github.com/mostynb/go-grpc-compression/snappy and github.com/mostynb/go-grpc-compression/nonclobbering/snappy packages which make use of github.com/golang/snappy.
Note that this is registered under the name "snappy" with gRPC, so only one of these packages should be used at a time.
If you import this package, it will register itself as the encoder for the "snappy" compressor, overriding any previously registered compressors with this name.
If you don't want to override previously registered "snappy" compressors, then you should instead import github.com/mostynb/go-grpc-compression/nonclobbering/experimental/klauspost_snappy
Index ¶
Constants ¶
const Name = internalsnappy.Name
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.