{"adoption": {"forks": 194, "observed_at": "2026-08-28T04:06:41.740441+00:00", "stars": 2370}, "canonical_url": "https://ross.abutalabs.com/products/fastcache", "card": {"archived": false, "artifact_type": "library", "description": "Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead", "domain": ["developer-tools", "performance", "backend"], "enriched": true, "function": ["caching"], "health_score": 87, "homepage": null, "language": "Go", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["VictoriaMetrics/fastcache"], "name": "VictoriaMetrics/fastcache", "platform": ["go", "windows", "cross-platform"], "pushed_at": "2026-06-15T17:08:51+00:00", "repo": "VictoriaMetrics/fastcache", "stars": 2370, "tags": ["inmemory-cache", "thread-safe", "low-gc-overhead", "key-value-cache", "go-library", "linux", "macos"], "topics": ["golang", "go", "cache", "inmemory-cache", "fast", "caching", "caching-library"], "urls": [], "use_cases": ["cache millions of key-value entries in a Go service without GC pauses", "replace Go maps or sync.Map for high-throughput concurrent caching", "add an in-process cache with automatic eviction at a fixed memory budget", "persist cache contents to disk and reload on process restart", "speed up hot-path lookups in multi-core Go applications"], "what_it_is": "fastcache is a fast, thread-safe in-memory cache library for Go designed to hold a large number of entries with minimal garbage collection overhead. It automatically evicts old entries when reaching a configured maximum size and supports saving/loading the cache to and from files.", "when_to_avoid": ["you need a distributed or networked cache like Redis or Memcached", "you need TTL-based per-entry expiration", "you need rich eviction policies like LRU or LFU", "your dataset is small enough that a plain Go map suffices"], "when_to_choose": ["you need a fast in-memory cache in Go with minimal GC overhead", "you store a very large number of entries and standard maps cause GC pressure", "you want a simple API with automatic size-based eviction", "you need to snapshot the cache to a file and restore it later"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/fastcache", "repo": "VictoriaMetrics/fastcache", "role": "main", "score": 74}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:06:41.740441+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:35:24.557609+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "cc1dc9a0626032deb4543c057b3b3526ab3db77771d6bb264500b946c57b4e40", "fetched_at": "2026-08-28T04:06:41.740441+00:00", "kind": "readme", "missing": false, "url": "https://github.com/VictoriaMetrics/fastcache"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 87, "longevity": 100, "rhythm": 41}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2841, "days_push": 79, "days_rel": 392, "gap_med": 12, "n_releases_24m": 4}, "score": 74, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}