Repository navigation

#

goroutine-pool

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

Go
13909
11 天前

A goroutine pool for Go

Go
4014
2 年前

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

Go
1940
8 天前

go lang concurrency limiter.

Go
273
2 年前

errgroup with goroutine worker limits

Go
165
3 年前

A Simplest Storage-Agnostic and Zero-dep Message Queue for Your Concurrent Go Program

Go
156
1 个月前
Go
139
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
6 年前

Generic goroutine pool: Submit, Map, Async.

Go
72
2 年前

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

Go
58
2 年前

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

Go
53
2 年前

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

Go
49
9 年前

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

Go
38
6 个月前

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

Go
35
7 天前

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

Go
32
6 年前

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

Go
30
7 年前

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

Go
27
4 年前