{"adoption": {"forks": 164, "observed_at": "2026-08-28T04:06:35.859126+00:00", "stars": 2308}, "canonical_url": "https://ross.abutalabs.com/products/workerpool", "card": {"archived": false, "artifact_type": "library", "description": "Offload tasks to a pool of workers on node.js and in the browser", "domain": ["developer-tools", "web-development", "cross-platform"], "enriched": true, "function": ["concurrency", "developer-tools"], "health_score": 78, "homepage": null, "language": "JavaScript", "license": "Apache-2.0", "license_family": "permissive", "maturity": "stable", "member_repos": ["josdejong/workerpool"], "name": "josdejong/workerpool", "platform": ["browser"], "pushed_at": "2026-08-10T23:12:20+00:00", "repo": "josdejong/workerpool", "stars": 2308, "tags": ["worker-pool", "web-workers", "worker-threads", "thread-pool", "promise-based", "isomorphic", "task-queue", "nodejs", "javascript"], "topics": [], "urls": [], "use_cases": ["offload cpu-intensive computations to web workers", "run heavy tasks without blocking the node.js event loop", "manage a pool of worker_threads or child processes", "cancel or timeout long-running background tasks", "parallelize data processing in the browser without freezing the ui"], "what_it_is": "workerpool is a small JavaScript library that implements the thread pool pattern, letting you offload CPU-heavy tasks to a pool of workers on Node.js and in the browser. It provides a promise-based proxy API with task queuing, cancellation, timeouts, and crashed-worker handling.", "when_to_avoid": ["your workload is I/O-bound rather than CPU-bound", "you need GPU or native multithreading with shared memory", "you need a general-purpose job scheduler across machines rather than in-process workers"], "when_to_choose": ["you need CPU-bound work offloaded from the main thread in Node.js or the browser", "you want one isomorphic API covering web workers, worker_threads, and child processes", "you need task queuing, cancellation, timeouts, and crash recovery in a tiny (~9 kB) dependency"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/workerpool", "repo": "josdejong/workerpool", "role": "main", "score": 76}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "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:35.859126+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:06:35.859126+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:39:37.459445+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "9b2510360fcc59afba3a308e756966f0fa2d2f92b4f4fd2267db3b94acb07d9a", "fetched_at": "2026-08-28T04:06:35.859126+00:00", "kind": "readme", "missing": false, "url": "https://github.com/josdejong/workerpool"}, {"content_hash": "9e140ddedd5746a2adaac58a15d59147007bfccda1a5701db6c2fc0ff6fcb666", "fetched_at": "2026-08-29T10:20:08.773556+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/workerpool"}], "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": 4506, "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}}