Repository navigation

#

goroutine-pool

🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.

Go
13550
7 天前

A goroutine pool for Go

Go
3978
2 年前

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

Go
1742
3 天前

go lang concurrency limiter.

Go
274
2 年前

errgroup with goroutine worker limits

Go
163
2 年前
Go
140
3 年前

It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.

Go
102
3 年前

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

Go
90
5 年前

Generic goroutine pool: Submit, Map, Async.

Go
72
1 年前

auto-scaling worker pool (work queue) in Go, using generics

Go
56
2 年前

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

Go
53
1 年前

golang的扫描框架, 支持协程池和自动调节协程个数.

Go
49
8 年前

Go协程并发复用,降低CPU和内存负载

Go
38
2 个月前

A simple goroutine pool which can create and release goroutine dynamically, inspired by fasthttp.

Go
35
5 个月前

基于epoll+协程池的golang网络库。支持epoll事件触发,读数据和业务逻辑处理分离,最大化利用cpu,防止内存急剧暴涨,适用于长连接、短连接,支持请求对象池和连接对象池

Go
31
6 年前

netpoll事件驱动,goroutine协程池化,降低无效协程的资源占用,适用于高连接数(对于低频数据传输的场景,可以大幅降低协程数,提升资源利用率)

Go
29
6 年前

wasps is a lightweight goroutine pool for golang, use limited goroutines to achieve multi-task concurrent execution.

Go
27
3 年前

🤖 A Golang package for Task Concurrency Control. It allows you to define tasks and their dependencies, then the controller will run the tasks concurrently while respecting the dependencies.

Go
25
2 年前