gammazero/workerpool
Concurrency limiting goroutine pool observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 98
- Release rhythm 70
- Longevity 100
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: 0
- age_days: 3760
- days_rel: 200
- days_push: 12
- n_releases_24m: 2
Adoption not part of the score
1458 stars · 150 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing a concurrency-limiting goroutine pool that caps the number of concurrently executing tasks while allowing unlimited task queuing without blocking submissions. It offers a simple Submit/StopWait API for parallel task execution.
Use cases
- limit concurrent goroutines in go
- process tasks in parallel with bounded concurrency
- submit many jobs without blocking the caller
- worker pool for go tasks
- throttle parallel http requests in go
- run background jobs with fixed worker count
When to choose
- you need non-blocking task submission with unlimited queueing
- you want a small, dependency-free Go worker pool
- you only need to limit concurrent execution, not queue size
When to avoid
- you need backpressure that blocks when all workers are busy (use gammazero/workers instead)
- you need distributed workload processing or persistent job queues
- you need bounded queue size or task prioritization
Facets
library · maturity stable
concurrency developer-tools go cross-platform worker-pool goroutine-pool task-queue concurrency-limiting algorithms
1 source
- readme: https://github.com/gammazero/workerpool · fetched 2026-08-28 · b22b656a71b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gammazero/workerpool | main | 89 |
For agents
markdown · JSON · MCP: product_card(name="gammazero/workerpool")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem