An open API service for producing an overview of a list of open source projects.

https://github.com/outcaste-io/ristretto

cache golang

Score: 28.419995453197227

Last synced: about 17 hours ago
JSON representation

Repository metadata:

A high performance memory-bound Go cache


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 347
Total Committers: 48
Avg Commits per committer: 7.229
Development Distribution Score (DDS): 0.683

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
Karl McGuire k****l@x****o 110
Manish R Jain m****n@g****m 104
Ibrahim Jarif i****m@d****o 21
Martin Martinez Rivera m****r 17
Naman Jain n****n@d****o 14
Ahsan Barkati a****i@g****m 9
Ajeet D'Souza 9****t@g****m 8
Colin Arenz 1****z 6
Christian Muehlhaeuser m****i@g****m 5
Chewxy c****y@g****m 4
psampaz p****z@g****m 3
Ashish Goswami a****h@d****o 3
Anurag a****2@g****m 3
Kevin Burns k****r@g****m 2
aman bansal b****5@g****m 2
balaji r****5@g****m 2
minhaj-shakeel m****j@d****o 2
Daniel Mai d****l@d****o 2
brain.duan b****n@e****m 1
Aayush Sarva c****h@g****m 1
Achille Roussel a****l@g****m 1
Alex Bublichenko 4****o 1
Aman Mangal a****n@d****o 1
Anders Øen Fylling 7****g 1
neena 2****a 1
maddie m****e 1
Yongsheng Xu c****n@h****m 1
XIE Long X****n 1
Weizhen Wang w****n@p****m 1
Vicent Martí 4****g 1
and 18 more...

Issue and Pull Request metadata

Last synced: 9 days ago

Total issues: 6
Total pull requests: 8
Average time to close issues: 28 days
Average time to close pull requests: 15 days
Total issue authors: 6
Total pull request authors: 7
Average comments per issue: 3.5
Average comments per pull request: 2.25
Merged pull request: 5
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/outcaste-io/ristretto

Top Issue Authors

  • FrankReh (1)
  • jzelinskie (1)
  • miparnisari (1)
  • nik-andreev (1)
  • atlas-comstock (1)
  • ajgajg1134 (1)

Top Pull Request Authors

  • pgimalac (2)
  • michalb-goflink (1)
  • egonelbre (1)
  • halkyon (1)
  • josephschorr (1)
  • achille-roussel (1)
  • hawkingrei (1)

Top Issue Labels

Top Pull Request Labels

  • bug (1)

Package metadata

proxy.golang.org: github.com/outcaste-io/ristretto

Ristretto is a fast, fixed size, in-memory cache with a dual focus on throughput and hit ratio performance.

  • Homepage: https://github.com/outcaste-io/ristretto
  • Documentation: https://pkg.go.dev/github.com/outcaste-io/ristretto#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.2.3 (published about 3 years ago)
  • Last Synced: 2026-08-12T04:32:47.190Z (1 day ago)
  • Versions: 8
  • Dependent Packages: 317
  • Dependent Repositories: 173
  • Docker Downloads: 463,201,734
  • Rankings:
    • Dependent packages count: 0.241%
    • Docker downloads count: 0.254%
    • Dependent repos count: 0.475%
    • Average: 2.596%
    • Stargazers count: 5.216%
    • Forks count: 6.794%
proxy.golang.org: github.com/outcaste-io/ristretto/z

  • Homepage: https://github.com/outcaste-io/ristretto
  • Documentation: https://pkg.go.dev/github.com/outcaste-io/ristretto/z#section-documentation
  • Licenses: Apache-2.0, Apache-2.0, MIT
  • Latest release: (published 8 months ago)
  • Last Synced: 2026-08-12T04:32:47.260Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.151%
    • Average: 6.357%
    • Dependent repos count: 6.563%
proxy.golang.org: github.com/outcaste-io/ristretto/z/simd

  • Homepage: https://github.com/outcaste-io/ristretto
  • Documentation: https://pkg.go.dev/github.com/outcaste-io/ristretto/z/simd#section-documentation
  • Licenses: Apache-2.0, Apache-2.0, MIT
  • Latest release: (published 8 months ago)
  • Last Synced: 2026-08-12T04:32:47.476Z (1 day ago)
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.151%
    • Average: 6.357%
    • Dependent repos count: 6.563%
guix: go-github-com-outcaste-io-ristretto

Memory-bound Go cache


Dependencies

go.mod go
  • github.com/cespare/xxhash/v2 v2.1.1
  • github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
  • github.com/dustin/go-humanize v1.0.0
  • github.com/pkg/errors v0.9.1
  • github.com/stretchr/testify v1.7.0
  • go.uber.org/atomic v1.9.0
  • golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
go.sum go
  • github.com/cespare/xxhash/v2 v2.1.1
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
  • github.com/dustin/go-humanize v1.0.0
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • go.uber.org/atomic v1.9.0
  • golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
.github/workflows/main.yml actions
  • peter-evans/close-issue v1.0.1 composite