pond
Worker pool library
A high-performance worker pool library for managing concurrent tasks in Go
🔘 Minimalistic and High-performance goroutine worker pool written in Go
2k stars
25 watching
68 forks
Language: Go
last commit: 2 months ago
Linked from 2 awesome lists
concurrencygogolanggolang-librarygoroutine-poolhigh-performancepondworker-poolworker-pool-factory
Related projects:
Repository | Description | Stars |
---|---|---|
| A benchmarking project comparing performance of various worker pool libraries and manual goroutine implementation in Go. | 7 |
| A library that controls heavy Go Routines by providing a worker pool system for concurrent execution of tasks | 13 |
| A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 519 |
| A lightweight goroutine pool for concurrent job execution. | 745 |
| Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
| An unlimited job queue with concurrent worker pools for Go applications | 51 |
| A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel. | 92 |
| A concurrency limiting goroutine pool that manages task execution without blocking task submission or exceeding system resource limits. | 1,342 |
| A goroutine pool library for efficient asynchronous task execution | 52 |
| A package that provides an efficient and flexible way to manage concurrent tasks or units of work in Go programs. | 727 |
| A tool for managing and monitoring processes with an infinite worker pool | 69 |
| A package that provides an alternative to the standard errgroup with a fixed number of goroutines and queue capacity | 162 |
| A library for managing pools of worker processes in Elixir applications | 53 |
| A generic object pool implementation with flexible configuration options and support for custom factories. | 1,229 |
| An efficient and scalable thread pool implementation for concurrent task execution | 102 |