awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to anikhasibul/queue

Open-source alternatives to Queue

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

  • aaronjan/hunchAaronJan का अवतार

    AaronJan/Hunch

    104GitHub पर देखें↗

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

    Goasyncasynchronouschannel
    GitHub पर देखें↗104
  • alitto/pondalitto का अवतार

    alitto/pond

    2,158GitHub पर देखें↗

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

    Goconcurrencygogolang
    GitHub पर देखें↗2,158
  • arunsworld/nurseryarunsworld का अवतार

    arunsworld/nursery

    70GitHub पर देखें↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    GitHub पर देखें↗70
  • ashvinbambhaniya/autopoolAshvinBambhaniya का अवतार

    AshvinBambhaniya/autopool

    4GitHub पर देखें↗

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

    Goasyncauto-scalingbackpressure
    GitHub पर देखें↗4
  • benmanns/goworkerbenmanns का अवतार

    benmanns/goworker

    2,847GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗2,847

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • borderstech/artifexborderstech का अवतार

    borderstech/artifex

    213GitHub पर देखें↗

    Simple in-memory job queue for Golang using worker-based dispatching

    Go
    GitHub पर देखें↗213
  • carlmjohnson/flowmaticcarlmjohnson का अवतार

    carlmjohnson/flowmatic

    402GitHub पर देखें↗

    Structured concurrency made easy

    Go
    GitHub पर देखें↗402
  • ddelizia/channelifyddelizia का अवतार

    ddelizia/channelify

    34GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗34
  • destel/rilldestel का अवतार

    destel/rill

    1,815GitHub पर देखें↗

    Go toolkit for clean, composable, channel-based concurrency

    Gochannelsconcurrencyfunctional-programming
    GitHub पर देखें↗1,815
  • dirkaholic/kyoodirkaholic का अवतार

    dirkaholic/kyoo

    51GitHub पर देखें↗

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

    Gogogolanggolang-library
    GitHub पर देखें↗51
  • duanckham/handsduanckham का अवतार

    duanckham/hands

    10GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗10
  • gammazero/workerpoolgammazero का अवतार

    gammazero/workerpool

    1,453GitHub पर देखें↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    GitHub पर देखें↗1,453
  • go-playground/poolgo-playground का अवतार

    go-playground/pool

    724GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗724
  • hamed-yousefi/gowlhamed-yousefi का अवतार

    hamed-yousefi/gowl

    71GitHub पर देखें↗

    Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status.

    Go
    GitHub पर देखें↗71
  • hexdigest/execpoolhexdigest का अवतार

    hexdigest/execpool

    29GitHub पर देखें↗

    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
  • itcathyh/conexecITcathyh का अवतार

    ITcathyh/conexec

    17GitHub पर देखें↗

    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/grpoolivpusic का अवतार

    ivpusic/grpool

    736GitHub पर देखें↗

    Lightweight Goroutine pool

    Gogolanggoroutinepool
    GitHub पर देखें↗736
  • jczic/microworkersjczic का अवतार

    jczic/MicroWorkers

    50GitHub पर देखें↗

    Very easy to integrate and very light with one file only : - "microWorkers.py"

    Python
    GitHub पर देखें↗50
  • jeffail/tunnyJeffail का अवतार

    Jeffail/tunny

    4,033GitHub पर देखें↗

    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
  • kamildrazkiewicz/go-flowkamildrazkiewicz का अवतार

    kamildrazkiewicz/go-flow

    221GitHub पर देखें↗

    Simply way to control goroutines execution order based on dependencies

    Goconcurencygogoflow
    GitHub पर देखें↗221
  • kamilsk/breakerkamilsk का अवतार

    kamilsk/breaker

    21GitHub पर देखें↗

    🚧 Flexible mechanism to make execution flow interruptible.

    hacktoberfest
    GitHub पर देखें↗21
  • kamilsk/semaphorekamilsk का अवतार

    kamilsk/semaphore

    101GitHub पर देखें↗

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

    Goawesome-gogogolang
    GitHub पर देखें↗101
  • kyuff/anchorkyuff का अवतार

    kyuff/anchor

    3GitHub पर देखें↗

    Library to manage application lifetime in a Go microservice architecture

    Gogogolanglibrary
    GitHub पर देखें↗3
  • lab210-dev/async-joblab210-dev का अवतार

    lab210-dev/async-job

    12GitHub पर देखें↗

    AsyncJob is an asynchronous queue job manager with light code, clear and speed. I hope so ! 😬

    Go
    GitHub पर देखें↗12
  • loveleshsharma/gohiveloveleshsharma का अवतार

    loveleshsharma/gohive

    54GitHub पर देखें↗

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

    Goasyncasynchronous-tasksconcurren
    GitHub पर देखें↗54
  • marusama/cyclicbarriermarusama का अवतार

    marusama/cyclicbarrier

    158GitHub पर देखें↗

    CyclicBarrier golang implementation

    Gobarriercycliccyclicbarrier
    GitHub पर देखें↗158
  • marusama/semaphoremarusama का अवतार

    marusama/semaphore

    178GitHub पर देखें↗

    Fast resizable golang semaphore primitive

    Gogogolangmutex
    GitHub पर देखें↗178
  • nar10z/go-accumulatornar10z का अवतार

    nar10z/go-accumulator

    10GitHub पर देखें↗

    Solution for accumulation of events and their subsequent processing.

    Goaccumulatorbatchgo
    GitHub पर देखें↗10
  • neilotoole/errgroupneilotoole का अवतार

    neilotoole/errgroup

    163GitHub पर देखें↗

    errgroup with goroutine worker limits

    Goerrgroupgogolang
    GitHub पर देखें↗163
  • nikhilsaraf/go-toolsnikhilsaraf का अवतार

    nikhilsaraf/go-tools

    17GitHub पर देखें↗

    A collection of tools for Golang

    Go
    GitHub पर देखें↗17