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

mcollina/fastq

Fast, in memory work queue observed · 2026-09-01

github.com/mcollina/fastq · JavaScript · ISC (permissive) observed · 2026-09-01

Health v2 · maintenance only

95/100

  • Activity 100
  • Release rhythm 87
  • Longevity 100
How is this computed?

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

  • gap_med: 38
  • age_days: 4099
  • days_rel: 4
  • days_push: 4
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1137 stars · 61 forks observed · 2026-09-01

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

fastq is a fast, in-memory work queue for JavaScript with configurable concurrency, supporting both callback and promise APIs. It is a lightweight, high-performance alternative to async.queue for processing queued tasks with a worker function.

Use cases

  • run async tasks with limited concurrency in node
  • process a queue of jobs with a worker function
  • replace async.queue with a faster alternative
  • throttle parallel async operations
  • build a task pipeline with pause/resume and drain events
  • process items sequentially or with fixed parallelism

When to choose

  • you need a minimal, dependency-free in-memory task queue with high throughput
  • you want both callback and promise APIs with TypeScript types
  • you need fine control over concurrency, pause/resume, and drain semantics

When to avoid

  • you need a persistent or distributed job queue that survives restarts (use Redis/RabbitMQ-backed queues)
  • you need scheduling, retries, or delayed jobs out of the box
  • you are not in a JavaScript/Node.js environment

Facets

library · maturity stable

concurrency developer-tools developer-tools backend work-queue async-queue task-scheduling worker-pool promise-api typescript-support automation nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
mcollina/fastqmain95

For agents

markdown · JSON · MCP: product_card(name="mcollina/fastq")

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