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.
- Host: GitHub
- URL: https://github.com/golang/snappy
- Owner: golang
- License: bsd-3-clause
- Created: 2015-05-12T22:48:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T22:57:46.000Z (11 months ago)
- Last Synced: 2024-10-29T15:04:58.081Z (12 days ago)
- Language: Go
- Homepage:
- Size: 2.24 MB
- Stars: 1,523
- Watchers: 45
- Forks: 164
- Open Issues: 17
-
Metadata Files:
- Readme: README
- License: LICENSE
- Authors: AUTHORS
Owner metadata:
- Name: Go
- Login: golang
- Email:
- Kind: organization
- Description: The Go Programming Language
- Website: https://go.dev
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/4314092?v=4
- Repositories: 56
- Last Synced at: 2023-04-08T11:40:21.542Z
- Profile URL: https://github.com/golang
- Sponsor URL:
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 | 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
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 35,161,313,247
- Total dependent packages: 41,684
- Total dependent repositories: 97,234
- Total versions: 4
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%