{"adoption": {"forks": 120, "observed_at": "2026-08-28T04:04:04.530682+00:00", "stars": 1233}, "canonical_url": "https://ross.abutalabs.com/products/cuckoofilter", "card": {"archived": false, "artifact_type": "library", "description": "Cuckoo Filter: Practically Better Than Bloom", "domain": ["databases", "performance", "developer-tools"], "enriched": true, "function": ["search-engine", "caching", "developer-tools"], "health_score": 20, "homepage": null, "language": "Go", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["seiflotfy/cuckoofilter"], "name": "seiflotfy/cuckoofilter", "platform": ["go", "cross-platform"], "pushed_at": "2024-07-15T13:13:51+00:00", "repo": "seiflotfy/cuckoofilter", "stars": 1233, "tags": ["bloom-filter", "probabilistic-data-structures", "cuckoo-hashing", "set-membership", "fingerprinting", "algorithms"], "topics": [], "urls": [], "use_cases": ["check if an item is probably in a set without storing the whole set", "replace a bloom filter when I also need to delete items", "build a space-efficient cache membership check", "filter duplicate items in a stream with low memory", "implement approximate set membership with low false positive rate"], "what_it_is": "A Go library implementing cuckoo filters, a space-efficient probabilistic data structure for approximate set-membership queries that supports insertion, lookup, and deletion. It serves as a Bloom filter replacement with comparable or better space efficiency at low false positive rates (~3% with 8-bit fingerprints).", "when_to_avoid": ["you need exact membership answers with zero false positives", "you need very low false positive rates below 0.01% without tuning fingerprint size", "your workload is write-heavy with frequent deletions that could trigger cuckoo eviction failures"], "when_to_choose": ["you need deletion support that Bloom filters lack", "you want a low false positive rate (<3%) with compact memory usage", "you are working in Go and need a well-tested probabilistic filter"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/cuckoofilter", "repo": "seiflotfy/cuckoofilter", "role": "main", "score": 32}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "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:04:04.530682+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:04.530682+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T08:22:17.861182+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ccc84bdd97d0df0c90d1d86cece36ce575e03b6f7d3e504f35dd8a2fcfff0348", "fetched_at": "2026-08-28T04:04:04.530682+00:00", "kind": "readme", "missing": false, "url": "https://github.com/seiflotfy/cuckoofilter"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4084, "days_push": 779, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 32, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}