New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mostynb/go-grpc-compression

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mostynb/go-grpc-compression

  • v1.2.3
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-grpc-compression

This respository contains go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc.

  • github.com/mostynb/go-grpc-compression/lz4 - using https://github.com/pierrec/lz4
  • github.com/mostynb/go-grpc-compression/snappy - using https://github.com/golang/snappy
  • github.com/mostynb/go-grpc-compression/zstd - using https://github.com/klauspost/compress/tree/master/zstd

The following algorithms also have experimental implementations, which have not been tested as much as those above. These may be changed significantly, or even removed from this library at a future point.

Importing any of the packages above will override any previously registered encoders with the same name. If you would prefer imports to only register the encoder if there is no previously registered encoder with the same name, then you should instead import one of the following packages:

  • github.com/mostynb/go-grpc-compression/nonclobbering/lz4
  • github.com/mostynb/go-grpc-compression/nonclobbering/snappy
  • github.com/mostynb/go-grpc-compression/nonclobbering/zstd
  • github.com/mostynb/go-grpc-compression/nonclobbering/experimental/klauspost_snappy
  • github.com/mostynb/go-grpc-compression/nonclobbering/experimental/s2

FAQs

Package last updated on 06 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc