{"adoption": {"forks": 260, "observed_at": "2026-08-28T04:07:22.802856+00:00", "stars": 2807}, "canonical_url": "https://ross.abutalabs.com/products/bloom", "card": {"archived": false, "artifact_type": "library", "description": "Go package implementing Bloom filters, used by many important systems", "domain": ["databases", "performance", "developer-tools"], "enriched": true, "function": ["search-engine", "caching", "developer-tools"], "health_score": 90, "homepage": "http://bits-and-blooms.github.io/bloom/", "language": "Go", "license": "BSD-2-Clause", "license_family": "permissive", "maturity": "stable", "member_repos": ["bits-and-blooms/bloom"], "name": "bits-and-blooms/bloom", "platform": ["go", "cross-platform"], "pushed_at": "2026-07-10T13:18:56+00:00", "repo": "bits-and-blooms/bloom", "stars": 2807, "tags": ["bloom-filter", "probabilistic-data-structures", "membership-query", "bitset", "murmur3", "algorithms"], "topics": ["bloom", "bloom-filters", "go"], "urls": [], "use_cases": ["check whether an element might be in a large set without storing the set", "avoid expensive database lookups for definitely-absent keys", "build a cache-aside layer that skips misses cheaply", "estimate the number of items added to a filter", "merge filters from multiple shards into one", "serialize a filter to disk or over the network"], "what_it_is": "A Go library implementing fast, space-efficient Bloom filters backed by a compact bitset and murmur3 hashing. It supports membership queries with no false negatives, a tunable false-positive rate, set algebra, cardinality estimation, and serialization.", "when_to_avoid": ["you need exact membership answers with no false positives", "you need a dynamic structure with unknown capacity ahead of time", "you need deletion support (standard Bloom filters cannot remove items)"], "when_to_choose": ["you need probabilistic set membership in Go with tunable false positives and zero false negatives", "memory is constrained and an occasional false positive is acceptable", "you need a mature, widely used Bloom filter implementation with serialization support"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/bloom", "repo": "bits-and-blooms/bloom", "role": "main", "score": 69}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "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:07:22.802856+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:07:22.802856+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T08:14:27.246568+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "154273b825e50f6fe87fc0bd6fcce42f3a515b3c695cc686fae1b7f89377de97", "fetched_at": "2026-08-28T04:07:22.802856+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bits-and-blooms/bloom"}, {"content_hash": "34a302ef70f78bf49d277a788346cad6e75b39c89471d11b0948b4bf514a1cd4", "fetched_at": "2026-08-29T09:54:15.715864+00:00", "kind": "homepage", "missing": false, "url": "http://bits-and-blooms.github.io/bloom/"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 91, "longevity": 100, "rhythm": 22}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 5583, "days_push": 54, "days_rel": 311, "gap_med": null, "n_releases_24m": 1}, "score": 69, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}