440 results for “topic:goroutines”
Better structured concurrency for go
Go toolkit for clean, composable, channel-based concurrency
Safe direct-style streaming, concurrency and resiliency for Scala on the JVM
Ex 1 - Run timed quizzes via the command line
These are all my learnings gathered on concurrency in golang
A lightweight library for writing concurrent programs in Go using the Actor model.
Floc: Orchestrate goroutines with ease.
Universal goroutine monitor using pprof and termui
Notification broadcaster library
A minimal and efficient workerpool implementation in Go using goroutines.
:beer: In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary programs, Social Network built using Go and GopherJS, Database Connectivity and working (MySQL, MongoDB, Redis), GopherJS and lot more..
It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.
Synchronization for groups of related goroutines
Go example that uses channels to build an execution pipeline
Structured Concurrency in Go
Go-like features for Python and Cython. (mirror of https://lab.nexedi.com/kirr/pygolang)
📐 Structured concurrency for Go.
A sync.WaitGroup with error handling and concurrency control
Convenience library to not reinvent the wheel when working with goroutines in certain setups.
A simple gRPC server-client code with an http client for sending data
Run functions in parallel :comet:
A library for events and fibers
For goroutines and channels, I created an application using a Dispatcher -> Worker -> Job pattern to benchmark and compare results in differing scenarios. These comparisons would allow me to see how the same pattern operated under types of loads and hopefully uncover some situations where this was an optimal pattern to follow.
A Go package for managing a group of collaborating goroutines.
Pure-Go race detector - No CGO required! Detect data races in Go programs running on AWS Lambda, Docker (FROM scratch), Alpine Linux. FastTrack algorithm, 85.7% coverage, production-ready
A producer-consumer solution for Golang
A goroutine job dispatcher based on worker-pool pattern.
Source code for examples in Distributed Computing with Go
Type-safe, automatic, asynchronous batch processing.
Show progress of concurrent tasks in your terminal – a minimalistic Go library with a lock-free design