An open index of dependabot pull requests across open source projects.

github.com/golang/snappy

Ecosystem:
go
Package URL:
pkg:golang/github.com/golang/snappy
Total PRs:
78 Dependabot PRs
Latest PR:
2 months ago
Unique Repositories:
52 repositories
Unique Repos (30 days):
0 repositories
Package Details
Name: github.com/golang/snappy
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/golang/snappy
JSON API: View JSON
Package Information
Description:

Package snappy implements the Snappy compression format. It aims for very high speeds and reasonable compression. There are actually two Snappy formats: block and stream. They are related, but different: trying to decompress block-compressed data as a Snappy stream will fail, and vice versa. The block format is the Decode and Encode functions and the stream format is the Reader and Writer types. The block format, the more common case, is used when the complete size (the number of bytes) of the original data is known upfront, at the time compression starts. The stream format, also known as the framing format, is for when that isn't always true. The canonical, C++ implementation is at https://github.com/google/snappy and it only implements the block format.

Repository: https://github.com/golang/snappy
Homepage: https://github.com/golang/snappy
Latest Release: v1.0.0
over 2 years ago
Dependent Repos: 97,234
Dependent Packages: 41,684
Ranking: Top 0.0122% by dependent repos Top 0.0046% by dependent pkgs
PR Status
Open 36 (46.2%)
Merged 10 (12.8%)
Closed 26 (33.3%)
PR Types
Major 71 (91.0%)
Patch 1 (1.3%)