{"adoption": {"forks": 97, "observed_at": "2026-08-28T04:08:56.997235+00:00", "stars": 4688}, "canonical_url": "https://ross.abutalabs.com/products/greenlet", "card": {"archived": false, "artifact_type": "library", "description": "🦎 Move an async function into its own thread.", "domain": ["web-development", "developer-tools", "performance"], "enriched": true, "function": ["concurrency", "developer-tools"], "health_score": 20, "homepage": "https://npm.im/greenlet", "language": "JavaScript", "license": null, "license_family": "other", "maturity": "maintenance", "member_repos": ["developit/greenlet"], "name": "developit/greenlet", "platform": ["browser", "cross-platform"], "pushed_at": "2021-03-01T20:22:52+00:00", "repo": "developit/greenlet", "stars": 4688, "tags": ["web-workers", "async", "threads", "off-main-thread", "micro-library", "nodejs"], "topics": ["worker", "webworker", "thread", "web-worker", "workerize"], "urls": [], "use_cases": ["run a cpu-heavy async function off the main thread", "move an async function into a web worker without writing worker boilerplate", "fetch network resources in a background thread and return only needed data", "offload expensive computation from the browser ui thread", "use transferable objects efficiently between threads"], "what_it_is": "Greenlet is a tiny JavaScript library that takes an async function and returns a version of it that runs in its own Web Worker thread. It is a simplified single-function variant of workerize, with performance comparable to direct Worker usage.", "when_to_avoid": ["you need multiple functions or shared state in a worker (use workerize)", "your function depends on its surrounding closure scope", "you need active maintenance or guaranteed long-term support", "you need Node.js support without polyfilling Web Workers"], "when_to_choose": ["you need a single self-contained function to run off the main thread", "you want minimal bundle size and zero worker scaffolding", "your function has small inputs and outputs and doesn't need shared scope"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/greenlet", "repo": "developit/greenlet", "role": "main", "score": 23}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "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:08:56.997235+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:56.997235+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:19:16.896876+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "5467a9073c1d7e69fdd755ba04cb9d60ed4d825cddb8bb2b1de2c6ff38e74712", "fetched_at": "2026-08-28T04:08:56.997235+00:00", "kind": "readme", "missing": false, "url": "https://github.com/developit/greenlet"}, {"content_hash": "6448aac7cb98eb82cdc650fdcf5faee6846372c182d3e52989924d8eee80dba9", "fetched_at": "2026-08-29T09:03:28.559907+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/greenlet"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_license"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 3142, "days_push": 2011, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 23, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}