SaaSHub helps you find the best software and product alternatives Learn more →
Top 11 Go goroutine-pool Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Show HN: Rill – Composable concurrency toolkit for Go | news.ycombinator.com | 2024-11-25
There are also libraries like https://github.com/Jeffail/tunny or https://pkg.go.dev/go.uber.org/goleak or https://github.com/fatih/semgroup to help deal with concurrency limits and goroutine lifecycle management.
As the author of https://github.com/ahmetb/go-linq, it's hard to find adoption for libraries offering "syntactic sugar" in Go, as the language culture discourages those kind of abstractions and keeping the code straightforward.
-
-
-
-
goroutines
It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.
-
-
-
-
-
gowp
High performance, type safe, concurrency limiting worker pool package for golang! (by akshaybharambe14)
Go goroutine-pool discussion
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 - SaaSHub
www.saashub.com | 4 Dec 2024
Index
What are some of the best open-source goroutine-pool projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | ants | 13,006 |
2 | tunny | 3,869 |
3 | pond | 1,533 |
4 | neilotoole/errgroup | 160 |
5 | itogami | 135 |
6 | goroutines | 99 |
7 | gool | 72 |
8 | workerpool-go | 57 |
9 | gohive | 52 |
10 | sworker | 6 |
11 | gowp | 4 |