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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to aaronjan/hunch

Open-source alternatives to Hunch

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

  • nar10z/go-accumulatorAvatar de nar10z

    nar10z/go-accumulator

    10Ver en GitHub↗

    Solution for accumulation of events and their subsequent processing.

    Goaccumulatorbatchgo
    Ver en GitHub↗10
  • sherifabdlnaby/gpoolAvatar de sherifabdlnaby

    sherifabdlnaby/gpool

    91Ver en GitHub↗

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

    Goconcurrencygogoroutine-pool
    Ver en GitHub↗91
  • loveleshsharma/gohiveAvatar de loveleshsharma

    loveleshsharma/gohive

    54Ver en GitHub↗

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

    Goasyncasynchronous-tasksconcurren
    Ver en GitHub↗54
  • marusama/semaphoreAvatar de marusama

    marusama/semaphore

    178Ver en GitHub↗

    Fast resizable golang semaphore primitive

    Gogogolangmutex
    Ver en GitHub↗178
  • pieterclaerhout/go-waitgroupAvatar de pieterclaerhout

    pieterclaerhout/go-waitgroup

    49Ver en GitHub↗

    A sync.WaitGroup with error handling and concurrency control

    Goconcurrencygolanggoroutine
    Ver en GitHub↗49

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • reugn/asyncAvatar de reugn

    reugn/async

    307Ver en GitHub↗

    Synchronization and asynchronous computation package for Go

    Goasyncasynchronousasynchronous-api
    Ver en GitHub↗307
  • alitto/pondAvatar de alitto

    alitto/pond

    2,158Ver en GitHub↗

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    Ver en GitHub↗2,158
  • kyuff/anchorAvatar de kyuff

    kyuff/anchor

    3Ver en GitHub↗

    Library to manage application lifetime in a Go microservice architecture

    Gogogolanglibrary
    Ver en GitHub↗3
  • marusama/cyclicbarrierAvatar de marusama

    marusama/cyclicbarrier

    158Ver en GitHub↗

    CyclicBarrier golang implementation

    Gobarriercycliccyclicbarrier
    Ver en GitHub↗158
  • duanckham/handsAvatar de duanckham

    duanckham/hands

    10Ver en GitHub↗

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

    Go
    Ver en GitHub↗10
  • neilotoole/errgroupAvatar de neilotoole

    neilotoole/errgroup

    163Ver en GitHub↗

    errgroup with goroutine worker limits

    Goerrgroupgogolang
    Ver en GitHub↗163
  • panjf2000/antsAvatar de panjf2000

    panjf2000/ants

    14,436Ver en 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
    Ver en GitHub↗14,436
  • gammazero/workerpoolAvatar de gammazero

    gammazero/workerpool

    1,453Ver en GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    Ver en GitHub↗1,453
  • rafaeljesus/parallel-fnAvatar de rafaeljesus

    rafaeljesus/parallel-fn

    37Ver en GitHub↗

    Run functions in parallel :comet:

    Goconcurrencygogoroutines
    Ver en GitHub↗37
  • ddelizia/channelifyAvatar de ddelizia

    ddelizia/channelify

    34Ver en GitHub↗

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

    Go
    Ver en GitHub↗34
  • ashvinbambhaniya/autopoolAvatar de AshvinBambhaniya

    AshvinBambhaniya/autopool

    4Ver en GitHub↗

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

    Goasyncauto-scalingbackpressure
    Ver en GitHub↗4
  • destel/rillAvatar de destel

    destel/rill

    1,815Ver en GitHub↗

    Go toolkit for clean, composable, channel-based concurrency

    Gochannelsconcurrencyfunctional-programming
    Ver en GitHub↗1,815
  • hexdigest/execpoolAvatar de hexdigest

    hexdigest/execpool

    29Ver en 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
    Ver en GitHub↗29
  • dirkaholic/kyooAvatar de dirkaholic

    dirkaholic/kyoo

    51Ver en GitHub↗

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

    Gogogolanggolang-library
    Ver en GitHub↗51
  • benmanns/goworkerAvatar de benmanns

    benmanns/goworker

    2,847Ver en GitHub↗

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

    Go
    Ver en GitHub↗2,847
  • itcathyh/conexecAvatar de ITcathyh

    ITcathyh/conexec

    17Ver en 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
    Ver en GitHub↗17
  • ivpusic/grpoolAvatar de ivpusic

    ivpusic/grpool

    736Ver en GitHub↗

    Lightweight Goroutine pool

    Gogolanggoroutinepool
    Ver en GitHub↗736
  • arunsworld/nurseryAvatar de arunsworld

    arunsworld/nursery

    70Ver en GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Ver en GitHub↗70
  • jeffail/tunnyAvatar de Jeffail

    Jeffail/tunny

    4,033Ver en 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
    Ver en GitHub↗4,033
  • nikhilsaraf/go-toolsAvatar de nikhilsaraf

    nikhilsaraf/go-tools

    17Ver en GitHub↗

    A collection of tools for Golang

    Go
    Ver en GitHub↗17
  • kamildrazkiewicz/go-flowAvatar de kamildrazkiewicz

    kamildrazkiewicz/go-flow

    221Ver en GitHub↗

    Simply way to control goroutines execution order based on dependencies

    Goconcurencygogoflow
    Ver en GitHub↗221
  • kamilsk/breakerAvatar de kamilsk

    kamilsk/breaker

    21Ver en GitHub↗

    🚧 Flexible mechanism to make execution flow interruptible.

    hacktoberfest
    Ver en GitHub↗21
  • kamilsk/semaphoreAvatar de kamilsk

    kamilsk/semaphore

    101Ver en GitHub↗

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

    Goawesome-gogogolang
    Ver en GitHub↗101
  • go-playground/poolAvatar de go-playground

    go-playground/pool

    724Ver en GitHub↗

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

    Go
    Ver en GitHub↗724
  • shettyh/threadpoolAvatar de shettyh

    shettyh/threadpool

    103Ver en GitHub↗

    Golang simple thread pool implementation

    Gochannelsfuturegolang
    Ver en GitHub↗103