awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 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-accumulatorالصورة الرمزية لـ nar10z

    nar10z/go-accumulator

    10عرض على GitHub↗

    Solution for accumulation of events and their subsequent processing.

    Goaccumulatorbatchgo
    عرض على GitHub↗10
  • sherifabdlnaby/gpoolالصورة الرمزية لـ sherifabdlnaby

    sherifabdlnaby/gpool

    91عرض على GitHub↗

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

    Goconcurrencygogoroutine-pool
    عرض على GitHub↗91
  • loveleshsharma/gohiveالصورة الرمزية لـ loveleshsharma

    loveleshsharma/gohive

    54عرض على GitHub↗

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

    Goasyncasynchronous-tasksconcurren
    عرض على GitHub↗54
  • marusama/semaphoreالصورة الرمزية لـ marusama

    marusama/semaphore

    178عرض على GitHub↗

    Fast resizable golang semaphore primitive

    Gogogolangmutex
    عرض على GitHub↗178
  • pieterclaerhout/go-waitgroupالصورة الرمزية لـ pieterclaerhout

    pieterclaerhout/go-waitgroup

    49عرض على GitHub↗

    A sync.WaitGroup with error handling and concurrency control

    Goconcurrencygolanggoroutine
    عرض على GitHub↗49

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • reugn/asyncالصورة الرمزية لـ reugn

    reugn/async

    307عرض على GitHub↗

    Synchronization and asynchronous computation package for Go

    Goasyncasynchronousasynchronous-api
    عرض على GitHub↗307
  • alitto/pondالصورة الرمزية لـ alitto

    alitto/pond

    2,158عرض على GitHub↗

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

    Goconcurrencygogolang
    عرض على GitHub↗2,158
  • kyuff/anchorالصورة الرمزية لـ kyuff

    kyuff/anchor

    3عرض على GitHub↗

    Library to manage application lifetime in a Go microservice architecture

    Gogogolanglibrary
    عرض على GitHub↗3
  • marusama/cyclicbarrierالصورة الرمزية لـ marusama

    marusama/cyclicbarrier

    158عرض على GitHub↗

    CyclicBarrier golang implementation

    Gobarriercycliccyclicbarrier
    عرض على GitHub↗158
  • duanckham/handsالصورة الرمزية لـ duanckham

    duanckham/hands

    10عرض على GitHub↗

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

    Go
    عرض على GitHub↗10
  • neilotoole/errgroupالصورة الرمزية لـ neilotoole

    neilotoole/errgroup

    163عرض على GitHub↗

    errgroup with goroutine worker limits

    Goerrgroupgogolang
    عرض على GitHub↗163
  • panjf2000/antsالصورة الرمزية لـ panjf2000

    panjf2000/ants

    14,436عرض على 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
    عرض على GitHub↗14,436
  • gammazero/workerpoolالصورة الرمزية لـ gammazero

    gammazero/workerpool

    1,453عرض على GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    عرض على GitHub↗1,453
  • rafaeljesus/parallel-fnالصورة الرمزية لـ rafaeljesus

    rafaeljesus/parallel-fn

    37عرض على GitHub↗

    Run functions in parallel :comet:

    Goconcurrencygogoroutines
    عرض على GitHub↗37
  • ddelizia/channelifyالصورة الرمزية لـ ddelizia

    ddelizia/channelify

    34عرض على GitHub↗

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

    Go
    عرض على GitHub↗34
  • ashvinbambhaniya/autopoolالصورة الرمزية لـ AshvinBambhaniya

    AshvinBambhaniya/autopool

    4عرض على GitHub↗

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

    Goasyncauto-scalingbackpressure
    عرض على GitHub↗4
  • destel/rillالصورة الرمزية لـ destel

    destel/rill

    1,815عرض على GitHub↗

    Go toolkit for clean, composable, channel-based concurrency

    Gochannelsconcurrencyfunctional-programming
    عرض على GitHub↗1,815
  • hexdigest/execpoolالصورة الرمزية لـ hexdigest

    hexdigest/execpool

    29عرض على 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
    عرض على GitHub↗29
  • dirkaholic/kyooالصورة الرمزية لـ dirkaholic

    dirkaholic/kyoo

    51عرض على GitHub↗

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

    Gogogolanggolang-library
    عرض على GitHub↗51
  • benmanns/goworkerالصورة الرمزية لـ benmanns

    benmanns/goworker

    2,847عرض على GitHub↗

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

    Go
    عرض على GitHub↗2,847
  • itcathyh/conexecالصورة الرمزية لـ ITcathyh

    ITcathyh/conexec

    17عرض على 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
    عرض على GitHub↗17
  • ivpusic/grpoolالصورة الرمزية لـ ivpusic

    ivpusic/grpool

    736عرض على GitHub↗

    Lightweight Goroutine pool

    Gogolanggoroutinepool
    عرض على GitHub↗736
  • arunsworld/nurseryالصورة الرمزية لـ arunsworld

    arunsworld/nursery

    70عرض على GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    عرض على GitHub↗70
  • jeffail/tunnyالصورة الرمزية لـ Jeffail

    Jeffail/tunny

    4,033عرض على 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
    عرض على GitHub↗4,033
  • nikhilsaraf/go-toolsالصورة الرمزية لـ nikhilsaraf

    nikhilsaraf/go-tools

    17عرض على GitHub↗

    A collection of tools for Golang

    Go
    عرض على GitHub↗17
  • kamildrazkiewicz/go-flowالصورة الرمزية لـ kamildrazkiewicz

    kamildrazkiewicz/go-flow

    221عرض على GitHub↗

    Simply way to control goroutines execution order based on dependencies

    Goconcurencygogoflow
    عرض على GitHub↗221
  • kamilsk/breakerالصورة الرمزية لـ kamilsk

    kamilsk/breaker

    21عرض على GitHub↗

    🚧 Flexible mechanism to make execution flow interruptible.

    hacktoberfest
    عرض على GitHub↗21
  • kamilsk/semaphoreالصورة الرمزية لـ kamilsk

    kamilsk/semaphore

    101عرض على GitHub↗

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

    Goawesome-gogogolang
    عرض على GitHub↗101
  • go-playground/poolالصورة الرمزية لـ go-playground

    go-playground/pool

    724عرض على GitHub↗

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

    Go
    عرض على GitHub↗724
  • shettyh/threadpoolالصورة الرمزية لـ shettyh

    shettyh/threadpool

    103عرض على GitHub↗

    Golang simple thread pool implementation

    Gochannelsfuturegolang
    عرض على GitHub↗103