Top 3 Go Errgroup Projects
-
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.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
resultgroup
A lightweight library for handling results and errors from concurrent tasks, with optional error thresholds and context cancellation.
Go Errgroup discussion
Go Errgroup related posts
Index
What are some of the best open-source Errgroup projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | semgroup | 315 |
2 | neilotoole/errgroup | 162 |
3 | resultgroup | 9 |