workerpool
There are 43 repositories under workerpool topic.
xxjwxc/gowp
golang worker pool , Concurrency limiting goroutine pool
neilotoole/errgroup
errgroup with goroutine worker limits
dpaks/goworkers
A minimal and efficient workerpool implementation in Go using goroutines.
sherifabdlnaby/gpool
gpool - a generic context-aware resizable goroutines pool to bound concurrency based on semaphore.
qianguozheng/go-workerpool
Worker pool implementation
lobocv/simpleflow
Generic simple workflows and concurrency patterns
surendratiwari3/paota
An efficient Distribute Go task queue framework, facilitating the seamless orchestration and execution of tasks. Alternative to machinery and Celery.
yudhasubki/eventpool
Fast Go Event Queue with Partitioned Topics & Broadcast Channels 🚀
enriquebris/goworkerpool
go pool of concurrent workers with the ability to add / kill / pause / resume workers on demand
mix-go/xwp
A dynamic golang worker pool, coroutine pool / 通用动态工作池、协程池
gopal96685/throttler
A highly configurable Go library for rate-limiting, task scheduling, and priority-based execution with retries, backoff, and circuit breaking capabilities.
zenthangplus/go-workerpool
Go WorkerPool aims to control heavy Go Routines
InkoHX/vm2-discordjs
Execute the sent JavaScript code in the VM.
proullon/workerpool
auto scaling generic worker pool
davidroman0O/retrypool
A powerful Go library for concurrent task processing with customizable retry logic and backoff strategies. Enhance your applications with robust and efficient worker pools that handle retries seamlessly.
dalmarcogd/gwp
This library give a implementation to work with workers.
dc0d/spool
simple worker pool
zswDev/lib_co
a c++ continue library
agungsid/go-workerpool
Worker-Pool written in GO
dreamph/workerpool
Golang Worker Pool
kunaltaitkar/goworkerpool
go pool of concurrent workers with the ability to add / kill workers on demand
mix-go/workerpool
A common workerpool class library
abdullahb53/epoll-fd-handle-connections
Golang epoll fd handle connections (sockets) with worker pool.
enriquebris/workerpool
golang pool of workers
FarajGopher/go-concurrency-patterns
Practical examples of Go concurrency patterns (fan-in, fan-out, worker pool, pipelines, etc.)
frankkopp/workerpool
Another WorkerPool implementation in Go
monodeepdas1215/splash
Splash is a light-weight threadpool library written in go for all generic use cases of a workerpool/threadpool.
PyMarcus/TCC_SistemasDeInformacao2025
This application is part of a research project aimed to use Gemini AI agent to identify "atoms of confusion" -- minimal code elements that cause misunderstandings -- in the context of Software Engineering.
Skippia/asynchronous-nodejs-playground
Event loop tasks, async debugging, baseline performance(libuv), worker threads, workepools, multiprocessing(clustering), semaphores, mutexes, atomics
WillKirkmanM/thread
Thread-Safe Concurrency Primitives Including a Worker Pool, Publish-Subscribe System & Concurrent Maps
himanegi/dirscan
A NestJS-based project for scanning directories and their subdirectories in parallel using worker threads. This project demonstrates how to efficiently scan large directory structures while leveraging multi-core CPUs for improved performance.
n-r-w/retrypool
Go worker pool with error control
ramadani/workerpool
A simple and efficient way to manage a pool of worker goroutines for concurrent task processing in Go
symonk/quik
[alpha] Highly performant generic worker pool in go :star2:
dimasmir03/workerpool
Минималистичный и расширяемый пул воркеров на Go с поддержкой graceful shutdown и ограничением конкурентности.
Quinost/go-projects
Go projects. Workerpool, health checker, grpc implementation