{"adoption": {"forks": 26, "observed_at": "2026-08-28T04:05:10.778975+00:00", "stars": 1609}, "canonical_url": "https://ross.abutalabs.com/products/multithreading", "card": {"archived": false, "artifact_type": "library", "description": "The missing standard library for multithreading in JavaScript (Works in the browser, Node.js, Deno, Bun)", "domain": ["developer-tools", "web-development", "cross-platform"], "enriched": true, "function": ["concurrency", "developer-tools"], "health_score": 64, "homepage": null, "language": "TypeScript", "license": "MIT", "license_family": "permissive", "maturity": "active", "member_repos": ["W4G1/multithreading"], "name": "W4G1/multithreading", "platform": ["browser", "bun", "cross-platform"], "pushed_at": "2026-03-26T15:49:22+00:00", "repo": "W4G1/multithreading", "stars": 1609, "tags": ["multithreading", "web-workers", "worker-pool", "shared-array-buffer", "mutex", "parallelism", "typescript", "rust-inspired", "nodejs", "deno"], "topics": ["multithreading", "threads", "webworkers", "worker-threads", "concurrency", "javascript", "multi-threading", "nodejs", "parallel-processing", "typescript", "web-worker", "web-workers", "shared-worker", "worker-pool", "bun", "deno", "shared-array-buffer", "sharedarraybuffer", "thread-pool", "atomics"], "urls": [], "use_cases": ["run cpu-bound tasks in parallel in javascript", "use web workers without boilerplate", "share state between threads safely in node", "create a thread pool in the browser", "pass data to workers with move semantics", "use mutexes and semaphores in javascript"], "what_it_is": "A TypeScript library providing Rust-inspired concurrency primitives for JavaScript, including a managed worker pool, Mutexes, Semaphores, and shared memory via SharedArrayBuffer. It abstracts Web Workers and serialization so multithreaded code feels like standard async JavaScript across browser, Node.js, Deno, and Bun.", "when_to_avoid": ["your workload is I/O-bound and async/await is sufficient", "you need mature, battle-tested production threading with a large ecosystem", "you target environments without SharedArrayBuffer support"], "when_to_choose": ["you need true parallelism for CPU-heavy work in JS across browser and server runtimes", "you want safe shared-memory concurrency primitives instead of raw Worker messaging", "you want a managed worker pool sized to hardware concurrency"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/multithreading", "repo": "W4G1/multithreading", "role": "main", "score": 60}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "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:05:10.778975+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:10.778975+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T03:51:15.977728+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "09e5a0689bc0c557f793ad0e15998ec027284eec1874a327d79dc1b595e95137", "fetched_at": "2026-08-28T04:05:10.778975+00:00", "kind": "readme", "missing": false, "url": "https://github.com/W4G1/multithreading"}, {"content_hash": "961b27df528b78e8e6256d6df36b1222a2b788525d13ad0b7f04d5b6c9993e33", "fetched_at": "2026-08-29T11:23:38.101661+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/multithreading"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 74, "longevity": 70, "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": 992, "days_push": 160, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 60, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}