Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 11 Go goroutine-pool Projects
-
ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
I remember doing something similar to OP recently. Goroutines also incur a bit of overhead (have to be GC'd and so on), and the same worker pool technique can be applied to them in much the same way, as seen in popular libraries like https://github.com/panjf2000/ants
-
https://github.com/Jeffail/tunny uses interface, os it's a no for me
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
https://github.com/alitto/pond i use this one :3
-
-
-
goroutines
It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.
-
Project mention: Yet Another Goroutine Pool - Simple Implementation, Generics | /r/golang | 2023-03-09
GitHub Link: https://github.com/txaty/gool
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
gowp
High performance, type safe, concurrency limiting worker pool package for golang! (by akshaybharambe14)
Go goroutine-pool related posts
- Help! channel vs workerpool
- Conc: Better Structured Concurrency for Go
- tasq - my first published open-source Go module
- [Side Project] Post automated Youtube videos from Reddit
- Dynamic number of Goroutines based on load?
- Itogami, a highly optimized goroutine pool implemented using a lock-free stack
- itogami, a low-latency memory-optimized goroutine pool useful for high-throughput bound operations
-
A note from our sponsor - InfluxDB
www.influxdata.com | 10 Dec 2023
Index
What are some of the best open-source goroutine-pool projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | ants | 11,396 |
2 | tunny | 3,723 |
3 | pond | 1,047 |
4 | neilotoole/errgroup | 155 |
5 | itogami | 128 |
6 | goroutines | 92 |
7 | gool | 69 |
8 | workerpool-go | 53 |
9 | gohive | 45 |
10 | sworker | 6 |
11 | gowp | 4 |