Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/golang/snappy

Last synced: about 4 hours ago

Repository metadata:

The Snappy compression format in the Go programming language.


Owner metadata:


Committers metadata

Last synced: about 7 hours ago

Total Commits: 136
Total Committers: 17
Avg Commits per committer: 8.0
Development Distribution Score (DDS): 0.162

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Nigel Tao n****o@g****g 114
Damian Gryski d****n@g****m 3
Jan Mercl 0****l@g****m 2
Jonathan Swinney j****y@a****m 2
Klaus Post k****t@g****m 2
Sebastien Binet b****t@c****h 2
Edward Betts e****d@4****m 1
Rodolfo Carvalho r****o@g****m 1
Alex Legg a****g@g****m 1
Cuong Manh Le c****n@g****m 1
Eric Buth e****c@t****m 1
M. J. Fromberger m****r@g****m 1
Marc-Antoine Ruel m****l@c****g 1
Mark Lodato l****o@g****m 1
Steven Guiheux s****x@c****m 1
Yasuhiro Matsumoto m****p@g****m 1
fatedier f****r@g****m 1

Issue and Pull Request metadata

Last synced: 1 day ago


Package metadata

go: github.com/golang/snappy

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.

  • Homepage: https://github.com/golang/snappy
  • Documentation: https://pkg.go.dev/github.com/golang/snappy#section-documentation
  • Licenses: BSD-3-Clause
  • Latest release: v0.0.4 (published over 3 years ago)
  • Last Synced: 2024-11-09T00:01:51.247Z (1 day ago)
  • Versions: 4
  • Dependent Packages: 41,684
  • Dependent Repositories: 97,234
  • Docker Downloads: 35,161,313,247
  • Rankings:
    • Dependent packages count: 0.005%
    • Docker downloads count: 0.009%
    • Dependent repos count: 0.012%
    • Average: 0.78%
    • Stargazers count: 1.755%
    • Forks count: 2.12%

Dependencies

go.mod go