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. Learn more →
Top 23 Go Goroutine 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
-
free-gophers-pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
-
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.
-
-
gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
-
-
machine
Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles (by autom8ter)
-
Project mention: Iterium - Generic Channel-based Iterators (opensource project) | /r/golang | 2023-03-13
what's new/diff from https://github.com/life4/genesis ?
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
I do that of course, and that's one of the easiest ways to use async Rust. In real projects you need much more however. F.ex. I had to code an example of how to add tasks to an already running pool of tasks and posted my findings here: https://github.com/dimitarvp/rust-async-examples/blob/main/e... (there's #2 as well with some more comments and a different approach).
The fact that I needed to make a GitHub repo and start making show-and-tell demos on how to do various things with async Rust to me is both a red flag and me being diligent BUT it should be more obvious. And promoted in docs.
Rust started suffering from "you got all the nuts and bolts in place, now build your own solution, son" syndrome which I grew to dislike. Too low-level. I wouldn't mind something akin to e.g. Golang's flowmatic library (check the first two examples at the top of the README): https://github.com/carlmjohnson/flowmatic
-
-
-
-
-
gollback
Go asynchronous simple function utilities, for managing execution of closures and callbacks
-
routine
Provides some convenient API, includes Goid(), GetG() and LocalStorage, which is a goroutine's local storage, just like ThreadLocal in other languages. (by go-eden)
-
-
Project mention: Yet Another Goroutine Pool - Simple Implementation, Generics | /r/golang | 2023-03-09
GitHub Link: https://github.com/txaty/gool
-
-
-
-
-
-
conexec
A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking.
-
A friend of mine created a simple DDOS program using go, you can learn more about here : GoBoom. Hope it could help you
-
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.
Go Goroutine related posts
- Flowmatic: Structured concurrency made easy
- Hey! Guy made a Go wallpaper manager with wallhaven.cc site
- Conc: Better Structured Concurrency for Go
- [Side Project] Post automated Youtube videos from Reddit
- Show HN: Goroutine-analyzer: A visual goroutine stack dump debugging tool
- HaxMap v0.2.0 released, huge performance improvements and added support for 32-bit systems
- Dynamic number of Goroutines based on load?
-
A note from our sponsor - Onboard AI
getonboard.dev | 1 Oct 2023
Index
What are some of the best open-source Goroutine projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | ants | 11,048 |
2 | free-gophers-pack | 3,149 |
3 | go-concurrency-guide | 2,260 |
4 | gev | 1,663 |
5 | goroutine-inspect | 436 |
6 | machine | 358 |
7 | genesis | 305 |
8 | flowmatic | 172 |
9 | cpuworker | 159 |
10 | neilotoole/errgroup | 151 |
11 | broadcast | 130 |
12 | itogami | 128 |
13 | gollback | 111 |
14 | routine | 107 |
15 | fractals | 85 |
16 | gool | 68 |
17 | goccm | 66 |
18 | routine | 57 |
19 | gohive | 44 |
20 | go-waitgroup | 42 |
21 | gotrace | 37 |
22 | conexec | 13 |
23 | GoBoom | 7 |