Ross ROSS = Recommend OSS · open-source software intelligence for agents

xk/node-threads-a-gogo

TAGG :: threads_a_gogo :: Simple and fast JavaScript threads for Node.js observed · 2026-08-28

github.com/xk/node-threads-a-gogo · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5398
  • days_rel: n/a
  • days_push: 3527
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1400 stars · 141 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

TAGG (threads_a_gogo) is a native Node.js module providing an asynchronous, evented API for running CPU-bound JavaScript tasks on background threads that use all available CPU cores. It predates Node's built-in worker_threads and only supports Node v0.5.1 through v6.9.2.

Use cases

  • run CPU-heavy computations off the Node event loop
  • parallelize blocking JavaScript tasks across CPU cores
  • keep a Node server responsive during long computations
  • execute fib-like benchmarks in background threads
  • use a thread pool from a single Node process

When to choose

  • maintaining a legacy Node.js project pinned to Node <= 6 that needs JS threads
  • studying pre-worker_threads concurrency approaches in Node

When to avoid

  • running modern Node.js (use built-in worker_threads instead)
  • any project on Node 7 or later, since the module is unmaintained since 2017
  • I/O-bound workloads, which Node's async model already handles

Facets

library · maturity abandoned

concurrency developer-tools performance windows threads cpu-bound-tasks native-module worker-threads parallelism nodejs linux macos

1 source

Member repositories

RepositoryRoleHealth v2
xk/node-threads-a-gogomain23

For agents

markdown · JSON · MCP: product_card(name="xk/node-threads-a-gogo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem