{"adoption": {"forks": 120, "observed_at": "2026-08-28T04:04:14.475829+00:00", "stars": 1283}, "canonical_url": "https://ross.abutalabs.com/products/aho-corasick", "card": {"archived": false, "artifact_type": "library", "description": "A fast implementation of Aho-Corasick in Rust.", "domain": ["developer-tools"], "enriched": true, "function": ["search-engine", "parser"], "health_score": 78, "homepage": null, "language": "Rust", "license": "Unlicense", "license_family": "permissive", "maturity": "stable", "member_repos": ["BurntSushi/aho-corasick"], "name": "BurntSushi/aho-corasick", "platform": ["rust"], "pushed_at": "2026-08-10T12:06:53+00:00", "repo": "BurntSushi/aho-corasick", "stars": 1283, "tags": ["aho-corasick", "string-matching", "finite-state-machine", "simd", "text-processing", "multi-pattern-search", "algorithms", "natural-language-processing"], "topics": ["aho-corasick", "substring-matching", "finite-state-machine", "text-processing", "search"], "urls": [], "use_cases": ["search a text for thousands of keywords at once", "find multiple substrings simultaneously in Rust", "replace many patterns in a stream without loading it into memory", "build a keyword filter or censoring tool", "case-insensitive multi-pattern matching", "scan logs for many signatures efficiently"], "what_it_is": "A Rust library implementing the Aho-Corasick algorithm for fast simultaneous searching of many patterns, using a finite state machine with optional SIMD acceleration. It supports case-insensitive matching, overlapping matches, full DFA construction, and streaming search-and-replace.", "when_to_avoid": ["you need regex or fuzzy matching rather than literal patterns", "you're not using Rust", "you only need to search for a single pattern, where simpler algorithms suffice"], "when_to_choose": ["you need to match many literal patterns at once in linear time", "you're writing Rust and want a battle-tested, extremely fast multi-pattern search (over a billion crates.io downloads)", "you need streaming search-and-replace or overlapping matches"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/aho-corasick", "repo": "BurntSushi/aho-corasick", "role": "main", "score": 76}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "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:14.475829+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:14.475829+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:56:46.925515+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "f3eabfcda76e97b9f1d84a885bf21cf7587296136ab291838c6b6075250964d0", "fetched_at": "2026-08-28T04:04:14.475829+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/aho-corasick"}, {"content_hash": "a71748b11cbad9b506b601d700174aff8c31b7e5b6b2ca4df31a025d74b45b6c", "fetched_at": "2026-08-29T12:12:30.938109+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/aho-corasick"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 97, "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": 4101, "days_push": 23, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 76, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}