awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
Β© 2026 Bringes Technology SRLΒ·VAT RO45896025Β·hello@awesome-repositories.com
Back to shettyh/threadpool

Open-source alternatives to Threadpool

30 open-source projects similar to shettyh/threadpool, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Threadpool alternative.

  • neilotoole/errgroupneilotoole avatar

    neilotoole/errgroup

    163View on GitHub↗

    errgroup with goroutine worker limits

    Goerrgroupgogolang
    View on GitHub↗163
  • reugn/asyncreugn avatar

    reugn/async

    307View on GitHub↗

    Synchronization and asynchronous computation package for Go

    Goasyncasynchronousasynchronous-api
    View on GitHub↗307
  • marusama/cyclicbarriermarusama avatar

    marusama/cyclicbarrier

    158View on GitHub↗

    CyclicBarrier golang implementation

    Gobarriercycliccyclicbarrier
    View on GitHub↗158
  • nar10z/go-accumulatornar10z avatar

    nar10z/go-accumulator

    10View on GitHub↗

    Solution for accumulation of events and their subsequent processing.

    Goaccumulatorbatchgo
    View on GitHub↗10
  • pieterclaerhout/go-waitgrouppieterclaerhout avatar

    pieterclaerhout/go-waitgroup

    49View on GitHub↗

    A sync.WaitGroup with error handling and concurrency control

    Goconcurrencygolanggoroutine
    View on GitHub↗49

AI search

Explore more awesome repositories

Describe what you need in plain English β€” the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
rafaeljesus/parallel-fnrafaeljesus avatar

rafaeljesus/parallel-fn

37View on GitHub↗

Run functions in parallel :comet:

Goconcurrencygogoroutines
View on GitHub↗37
  • alitto/pondalitto avatar

    alitto/pond

    2,158View on GitHub↗

    πŸ”˜ Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    View on GitHub↗2,158
  • loveleshsharma/gohiveloveleshsharma avatar

    loveleshsharma/gohive

    54View on GitHub↗

    🐝 A Highly Performant and easy to use goroutine pool for Go

    Goasyncasynchronous-tasksconcurren
    View on GitHub↗54
  • ashvinbambhaniya/autopoolAshvinBambhaniya avatar

    AshvinBambhaniya/autopool

    4View on GitHub↗

    Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

    Goasyncauto-scalingbackpressure
    View on GitHub↗4
  • marusama/semaphoremarusama avatar

    marusama/semaphore

    178View on GitHub↗

    Fast resizable golang semaphore primitive

    Gogogolangmutex
    View on GitHub↗178
  • nikhilsaraf/go-toolsnikhilsaraf avatar

    nikhilsaraf/go-tools

    17View on GitHub↗

    A collection of tools for Golang

    Go
    View on GitHub↗17
  • panjf2000/antspanjf2000 avatar

    panjf2000/ants

    14,436View on GitHub↗

    Ants is a goroutine pool library for Go that functions as a concurrent task orchestrator and resource consumption limiter. Its primary purpose is to manage and reuse a pool of goroutines to limit concurrency and reduce the memory allocation overhead associated with frequent thread creation. The system provides a runtime worker manager capable of adjusting pool capacity dynamically to respond to fluctuating workloads. To maintain stability, it includes panic recovery mechanisms that intercept runtime failures within worker threads to prevent a single failing task from crashing the entire appli

    Goantsgogoroutine
    View on GitHub↗14,436
  • aaronjan/hunchAaronJan avatar

    AaronJan/Hunch

    104View on GitHub↗

    Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.

    Goasyncasynchronouschannel
    View on GitHub↗104
  • gammazero/workerpoolgammazero avatar

    gammazero/workerpool

    1,453View on GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    View on GitHub↗1,453
  • go-playground/poolgo-playground avatar

    go-playground/pool

    724View on GitHub↗

    :speedboat: a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation

    Go
    View on GitHub↗724
  • arunsworld/nurseryarunsworld avatar

    arunsworld/nursery

    70View on GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    View on GitHub↗70
  • ddelizia/channelifyddelizia avatar

    ddelizia/channelify

    34View on GitHub↗

    Make functions return a channel for parallel processing via go routines.

    Go
    View on GitHub↗34
  • kyuff/anchorkyuff avatar

    kyuff/anchor

    3View on GitHub↗

    Library to manage application lifetime in a Go microservice architecture

    Gogogolanglibrary
    View on GitHub↗3
  • hexdigest/execpoolhexdigest avatar

    hexdigest/execpool

    29View on GitHub↗

    A pool that spins up a given number of processes in advance and attaches stdin and stdout when needed. Very similar to FastCGI but works for any command.

    Go
    View on GitHub↗29
  • destel/rilldestel avatar

    destel/rill

    1,815View on GitHub↗

    Go toolkit for clean, composable, channel-based concurrency

    Gochannelsconcurrencyfunctional-programming
    View on GitHub↗1,815
  • dirkaholic/kyoodirkaholic avatar

    dirkaholic/kyoo

    51View on GitHub↗

    Unlimited job queue for go, using a pool of concurrent workers processing the job queue entries

    Gogogolanggolang-library
    View on GitHub↗51
  • itcathyh/conexecITcathyh avatar

    ITcathyh/conexec

    17View on GitHub↗

    A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking.

    Gogogolanggoroutine
    View on GitHub↗17
  • ivpusic/grpoolivpusic avatar

    ivpusic/grpool

    736View on GitHub↗

    Lightweight Goroutine pool

    Gogolanggoroutinepool
    View on GitHub↗736
  • duanckham/handsduanckham avatar

    duanckham/hands

    10View on GitHub↗

    Hands is a process controller used to control the execution and return strategies of multiple goroutines.

    Go
    View on GitHub↗10
  • jeffail/tunnyJeffail avatar

    Jeffail/tunny

    4,033View on GitHub↗

    Tunny is a worker pool library and concurrency manager for Go. It functions as a concurrent task scheduler that limits the number of parallel workers processing jobs to prevent system resource exhaustion. The project enables the maintenance of persistent state within individual worker routines to avoid repeated initialization costs. It also supports dynamic worker scaling, allowing the number of active background workers to be adjusted in real time without interrupting tasks in progress. The library provides mechanisms for task timeout enforcement and worker lifecycle management, including t

    Gogogolanggoroutine-pool
    View on GitHub↗4,033
  • benmanns/goworkerbenmanns avatar

    benmanns/goworker

    2,847View on GitHub↗

    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.

    Go
    View on GitHub↗2,847
  • kamildrazkiewicz/go-flowkamildrazkiewicz avatar

    kamildrazkiewicz/go-flow

    221View on GitHub↗

    Simply way to control goroutines execution order based on dependencies

    Goconcurencygogoflow
    View on GitHub↗221
  • kamilsk/breakerkamilsk avatar

    kamilsk/breaker

    21View on GitHub↗

    🚧 Flexible mechanism to make execution flow interruptible.

    hacktoberfest
    View on GitHub↗21
  • kamilsk/semaphorekamilsk avatar

    kamilsk/semaphore

    101View on GitHub↗

    🚦 Semaphore pattern implementation with timeout of lock/unlock operations.

    Goawesome-gogogolang
    View on GitHub↗101
  • sherifabdlnaby/gpoolsherifabdlnaby avatar

    sherifabdlnaby/gpool

    91View on GitHub↗

    gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.

    Goconcurrencygogoroutine-pool
    View on GitHub↗91