Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/pierrec/lz4
go golang lz4 lz4-frame
Last synced: about 4 hours ago
Repository metadata:
LZ4 compression and decompression in pure Go
- Host: GitHub
- URL: https://github.com/pierrec/lz4
- Owner: pierrec
- License: bsd-3-clause
- Created: 2015-03-14T17:21:06.000Z (over 9 years ago)
- Default Branch: v4
- Last Pushed: 2024-08-19T11:48:46.000Z (3 months ago)
- Last Synced: 2024-10-29T19:59:49.220Z (11 days ago)
- Topics: go, golang, lz4, lz4-frame
- Language: Go
- Size: 49.5 MB
- Stars: 877
- Watchers: 25
- Forks: 142
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Pierre Curto
- Login: pierrec
- Email:
- Kind: user
- Description:
- Website:
- Location: Paris (France)
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/368228?u=d2f292050fd10608c8385b8133f98f1cc1c5be0c&v=4
- Repositories: 59
- Last Synced at: 2024-04-23T11:39:33.714Z
- Profile URL: https://github.com/pierrec
- Sponsor URL:
Committers metadata
Last synced: 6 days ago
Total Commits: 262
Total Committers: 40
Avg Commits per committer: 6.55
Development Distribution Score (DDS): 0.607
Commits in past year: 9
Committers in past year: 5
Avg Commits per committer in past year: 1.8
Development Distribution Score (DDS) in past year: 0.556
Name | Commits | |
---|---|---|
Pierre Curto | p****o@g****m | 103 |
greatroar | 33 | |
greatroar | 6****r | 31 |
Pierre Curto | P****o@u****m | 26 |
Mitsuo Heijo | m****o@g****m | 8 |
Sebastien Binet | b****t@c****h | 5 |
Alex Dubov | o****d@y****m | 4 |
Connor Peet | c****r@p****o | 4 |
Klaus Post | k****t@g****m | 4 |
Liz Fong-Jones | l****f@h****o | 4 |
Chris Bannister | c****r@s****m | 3 |
Pierre CURTO | p****o@s****r | 3 |
Alexander Neganov | i****s@g****m | 2 |
Arya Asemanfar | a****r@m****m | 2 |
Ian Wilkes | i****s@g****m | 2 |
Moycat | i@m****t | 2 |
gengbing | e****g@1****m | 2 |
yangxiao | y****o@j****m | 2 |
imura_tatsuya | 5****b | 1 |
Anatol Pomozov | a****v@g****m | 1 |
Cornelius Roemer | c****r@g****m | 1 |
Daniel Moy | d****y@g****m | 1 |
David Hu | x****u@g****m | 1 |
Eben Freeman | e****n@h****o | 1 |
Evan Phoenix | e****n@p****o | 1 |
He Liu | l****e@g****m | 1 |
Lars Hemala | l****s@h****e | 1 |
Lee E. Hinman | l****n@e****o | 1 |
Markus Stenberg | m****g@i****i | 1 |
Matt Dainty | m****t@b****m | 1 |
and 10 more... |
Issue and Pull Request metadata
Last synced: 1 day ago
Package metadata
- Total packages: 7
- Total downloads: unknown
- Total docker downloads: 28,945,258,656
- Total dependent packages: 13,211 (may contain duplicates)
- Total dependent repositories: 58,826 (may contain duplicates)
- Total versions: 151
go: github.com/pierrec/lz4/v4
Package lz4 implements reading and writing lz4 compressed data. The package supports both the LZ4 stream format, as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html, and the LZ4 block format, defined at http://fastcompression.blogspot.fr/2011/05/lz4-explained.html. See https://github.com/lz4/lz4 for the reference C implementation.
- Homepage: https://github.com/pierrec/lz4
- Documentation: https://pkg.go.dev/github.com/pierrec/lz4/v4#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v4.1.21 (published 10 months ago)
- Last Synced: 2024-11-09T00:09:43.208Z (1 day ago)
- Versions: 26
- Dependent Packages: 5,450
- Dependent Repositories: 9,398
- Docker Downloads: 16,337,798,606
-
Rankings:
- Docker downloads count: 0.022%
- Dependent packages count: 0.057%
- Dependent repos count: 0.08%
- Average: 0.942%
- Stargazers count: 2.223%
- Forks count: 2.327%
go: github.com/pierrec/lz4
Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html. Although the block level compression and decompression functions are exposed and are fully compatible with the lz4 block format definition, they are low level and should not be used directly. For a complete description of an lz4 compressed block, see: http://fastcompression.blogspot.fr/2011/05/lz4-explained.html See https://github.com/Cyan4973/lz4 for the reference C implementation.
- Homepage: https://github.com/pierrec/lz4
- Documentation: https://pkg.go.dev/github.com/pierrec/lz4#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v2.6.1+incompatible (published over 3 years ago)
- Last Synced: 2024-11-09T00:09:41.508Z (1 day ago)
- Versions: 29
- Dependent Packages: 7,697
- Dependent Repositories: 49,109
- Docker Downloads: 12,607,344,450
-
Rankings:
- Dependent repos count: 0.023%
- Dependent packages count: 0.024%
- Docker downloads count: 0.038%
- Average: 0.95%
- Stargazers count: 2.282%
- Forks count: 2.381%
go: github.com/pierrec/lz4/v3
Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html. Although the block level compression and decompression functions are exposed and are fully compatible with the lz4 block format definition, they are low level and should not be used directly. For a complete description of an lz4 compressed block, see: http://fastcompression.blogspot.fr/2011/05/lz4-explained.html See https://github.com/Cyan4973/lz4 for the reference C implementation.
- Homepage: https://github.com/pierrec/lz4
- Documentation: https://pkg.go.dev/github.com/pierrec/lz4/v3#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v3.3.5 (published over 2 years ago)
- Last Synced: 2024-11-09T00:09:27.472Z (1 day ago)
- Versions: 13
- Dependent Packages: 64
- Dependent Repositories: 319
- Docker Downloads: 115,600
-
Rankings:
- Dependent repos count: 0.377%
- Dependent packages count: 0.586%
- Docker downloads count: 0.738%
- Average: 1.25%
- Stargazers count: 2.223%
- Forks count: 2.327%
go: github.com/pierrec/lz4/cmd/lz4c
- Homepage: https://github.com/pierrec/lz4
- Documentation: https://pkg.go.dev/github.com/pierrec/lz4/cmd/lz4c#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v2.6.1+incompatible (published almost 2 years ago)
- Last Synced: 2024-11-01T20:36:40.975Z (8 days ago)
- Versions: 11
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.393%
- Forks count: 1.453%
- Average: 4.798%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
go: github.com/Pierrec/lz4
Package lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html. Although the block level compression and decompression functions are exposed and are fully compatible with the lz4 block format definition, they are low level and should not be used directly. For a complete description of an lz4 compressed block, see: http://fastcompression.blogspot.fr/2011/05/lz4-explained.html See https://github.com/Cyan4973/lz4 for the reference C implementation.
- Homepage: https://github.com/Pierrec/lz4
- Documentation: https://pkg.go.dev/github.com/Pierrec/lz4#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v2.6.1+incompatible (published over 3 years ago)
- Last Synced: 2024-11-09T00:09:46.429Z (1 day ago)
- Versions: 29
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.393%
- Forks count: 1.453%
- Average: 4.798%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
go: github.com/pierrec/Lz4/v4
- Homepage:
- Documentation: https://pkg.go.dev/github.com/pierrec/Lz4/v4#section-documentation
- Licenses: bsd-3-clause
- Latest release: v4.1.21 (published 10 months ago)
- Last Synced: 2024-11-09T00:09:43.874Z (1 day ago)
- Versions: 26
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 2.197%
- Forks count: 2.322%
- Average: 5.472%
- Dependent packages count: 8.074%
- Dependent repos count: 9.294%
go: github.com/pierrec/lz4/fuzz
- Homepage: https://github.com/pierrec/lz4
- Documentation: https://pkg.go.dev/github.com/pierrec/lz4/fuzz#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v2.6.1+incompatible (published almost 2 years ago)
- Last Synced: 2024-10-30T19:34:26.593Z (10 days ago)
- Versions: 17
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
Dependencies
- code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
- github.com/onsi/ginkgo v1.14.2
- github.com/onsi/gomega v1.10.3
- github.com/pierrec/cmdflag v0.0.2
- github.com/pierrec/lz4/v4 v4.1.0
- github.com/schollz/progressbar/v3 v3.5.1
- code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/fsnotify/fsnotify v1.4.7
- github.com/fsnotify/fsnotify v1.4.9
- github.com/golang/protobuf v1.2.0
- github.com/golang/protobuf v1.4.0-rc.1
- github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208
- github.com/golang/protobuf v1.4.0-rc.2
- github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0
- github.com/golang/protobuf v1.4.0
- github.com/golang/protobuf v1.4.2
- github.com/google/go-cmp v0.3.0
- github.com/google/go-cmp v0.3.1
- github.com/google/go-cmp v0.4.0
- github.com/hpcloud/tail v1.0.0
- github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
- github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-runewidth v0.0.9
- github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
- github.com/nxadm/tail v1.4.4
- github.com/onsi/ginkgo v1.6.0
- github.com/onsi/ginkgo v1.12.1
- github.com/onsi/ginkgo v1.14.2
- github.com/onsi/gomega v1.7.1
- github.com/onsi/gomega v1.10.1
- github.com/onsi/gomega v1.10.3
- github.com/pierrec/cmdflag v0.0.2
- github.com/pierrec/lz4/v4 v4.1.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/schollz/progressbar/v3 v3.5.1
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
- golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
- golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
- golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20190904154756-749cb33beabd
- golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9
- golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42
- golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
- golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
- golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
- golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.2
- golang.org/x/text v0.3.3
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd
- google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64
- google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60
- google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967
- google.golang.org/protobuf v1.21.0
- google.golang.org/protobuf v1.23.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/fsnotify.v1 v1.4.7
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
- gopkg.in/yaml.v2 v2.2.4
- gopkg.in/yaml.v2 v2.3.0
- github.com/dvyukov/go-fuzz v0.0.0-20201115201419-0701ec3cea76
- github.com/elazarl/go-bindata-assetfs v1.0.1
- github.com/pierrec/lz4/v4 v4.0.0-00010101000000-000000000000
- github.com/stephens2424/writerset v1.0.2
- golang.org/x/tools v0.0.0-20201116002733-ac45abd4c88c
- github.com/Julusian/godocdown v0.0.0-20170816220326-6d19f8ff2df8
- github.com/davecgh/go-spew v1.1.0
- github.com/dvyukov/go-fuzz v0.0.0-20201115201419-0701ec3cea76
- github.com/elazarl/go-bindata-assetfs v1.0.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/robertkrimen/godocdown v0.0.0-20130622164427-0bfa04905481
- github.com/stephens2424/writerset v1.0.2
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/yuin/goldmark v1.2.1
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/mod v0.3.0
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/net v0.0.0-20201021035429-f5854403a974
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
- golang.org/x/tools v0.0.0-20201116002733-ac45abd4c88c
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
- golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- actions/checkout v2 composite
- actions/setup-go v2 composite