{"adoption": {"forks": 652, "observed_at": "2026-08-28T04:06:40.996064+00:00", "stars": 2362}, "canonical_url": "https://ross.abutalabs.com/products/c-thread-pool", "card": {"archived": false, "artifact_type": "library", "description": "A minimal but powerful thread pool in ANSI C", "domain": ["developer-tools"], "enriched": true, "function": ["concurrency"], "health_score": 33, "homepage": null, "language": "C", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["Pithikos/C-Thread-Pool"], "name": "Pithikos/C-Thread-Pool", "platform": ["cpp", "c"], "pushed_at": "2025-05-18T12:24:52+00:00", "repo": "Pithikos/C-Thread-Pool", "stars": 2362, "tags": ["thread-pool", "posix-threads", "ansi-c", "parallelism", "algorithms", "linux", "macos"], "topics": [], "urls": [], "use_cases": ["run tasks concurrently in a C program", "parallelize work across worker threads", "process a job queue with a fixed number of threads", "pause and resume background workers", "wait for all submitted jobs to finish before continuing"], "what_it_is": "A minimal but powerful thread pool implementation in ANSI C built on POSIX threads. It provides a simple API for initializing pools, dispatching work, waiting, pausing/resuming, and destroying pools.", "when_to_avoid": ["you need a C++ thread pool with std::async or futures", "you need work stealing or priority scheduling", "your project targets platforms without POSIX threads"], "when_to_choose": ["you need a small, dependency-free thread pool in C", "you want POSIX-compliant code that compiles anywhere with pthreads", "you need fine control like pausing/resuming workers"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/c-thread-pool", "repo": "Pithikos/C-Thread-Pool", "role": "main", "score": 42}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "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:40.996064+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:06:40.996064+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:36:02.992912+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "73b9865575973f53b6ee808391954989e54bc2f3da07d18cb35ddb6079c89cdd", "fetched_at": "2026-08-28T04:06:40.996064+00:00", "kind": "readme", "missing": false, "url": "https://github.com/Pithikos/C-Thread-Pool"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 22, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 5415, "days_push": 472, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 42, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}