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

tinylibs/tinypool

🧵 A minimal and tiny Node.js Worker Thread Pool implementation (38KB) observed · 2026-08-28

github.com/tinylibs/tinypool · homepage · TypeScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 99
  • Release rhythm 75
  • 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: 99.5
  • age_days: 1722
  • days_rel: 10
  • days_push: 10
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1586 stars · 48 forks observed · 2026-08-28

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

Tinypool is a minimal, dependency-free Node.js worker thread pool library, a slimmed-down fork of Piscina built primarily for Vitest. It supports both worker_threads and child_process runtimes with a tiny 38KB install size.

Use cases

  • run CPU-bound tasks in parallel worker threads in Node.js
  • offload heavy computation off the main thread
  • pool worker threads for a test runner
  • execute tasks in child processes instead of threads
  • keep install size tiny in a bundler or test framework
  • communicate between main thread and workers via MessageChannel

When to choose

  • you need a tiny, zero-dependency worker pool for Node.js 18+ with ESM
  • you're building a test runner or tool like Vitest that needs worker pooling
  • you want worker_threads or child_process support without Piscina's extra features

When to avoid

  • you need utilization metrics or OS-specific thread priority settings - use Piscina
  • you need CommonJS support - Tinypool is ESM-only
  • you're not on Node.js 18 or higher

Facets

library · maturity active

concurrency developer-tools developer-tools performance backend cli worker-threads thread-pool piscina-fork esm minimal vitest child-process nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
tinylibs/tinypoolmain91

For agents

markdown · JSON · MCP: product_card(name="tinylibs/tinypool")

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