{"id":52408,"library":"outcaste-io-ristretto","title":"Ristretto","description":"A fast, fixed-size, in-memory cache with high throughput and hit ratio performance.","status":"active","version":"0.2.3","language":"go","source_language":null,"source_url":"https://github.com/outcaste-io/ristretto","tags":["cache","in-memory","high-performance","ristretto"],"install":[{"cmd":"go get github.com/outcaste-io/ristretto","lang":"bash","label":"Install github.com/outcaste-io/ristretto"}],"dependencies":[],"imports":[{"symbol":"ristretto","correct":"github.com/outcaste-io/ristretto"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/outcaste-io/ristretto\"\n)\n\nfunc main() {\n\tcache, err := ristretto.NewCache(&ristretto.Config{\n\t\tNumCounters: 1e7,\n\t\tMaxCost:     1 << 30,\n\t\tBufferItems: 64,\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tcache.Set(\"key\", \"value\", 1)\n\tval, ok := cache.Get(\"key\")\n\tif ok {\n\t\tfmt.Println(val)\n\t}\n}","lang":"go","description":"Creates a new Ristretto cache, sets and gets a value."},"warnings":[{"fix":"Use github.com/dgraph-io/ristretto instead.","message":"The package has been moved to github.com/dgraph-io/ristretto; this fork may be outdated.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'cach':10,18 'fast':3 'fix':5 'fixed-s':4 'high':12,23 'high-perform':22 'hit':15 'in-memori':7,19 'memori':9,21 'perform':17,24 'ratio':16 'ristretto':1,25 'size':6 'throughput':13","created_at":"2026-06-15T06:53:13.827505+00:00","updated_at":"2026-06-15T06:53:13.827505+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/outcaste-io/ristretto","github":"https://github.com/outcaste-io/ristretto","docs":"https://pkg.go.dev/github.com/outcaste-io/ristretto#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}