This is the RealTimeGo, the backend part, done in Go
-
Updated
Sep 6, 2020 - Go
This is the RealTimeGo, the backend part, done in Go
Performance testing lock vs lockless design for microservices in golang.
Golang: a concurrent function runner with quota on how many functions can be executing at the same time. There are two flavors of concurrent runners are implemented. One that uses semaphore synchronization primitive and the other uses channels.
Straightforward EventBus for Go 1.18+
Updater of text contents of project files for ProjectTextSuite
Distributed System.
A lightweight email campaign dispatcher built with Go that sends bulk emails efficiently using goroutines and the Producer–Consumer pattern. Designed as an MVP to demonstrate real-world Go concurrency, worker pools, and cost-effective backend architecture using CSV-based inputs and SMTP services.
Concurrent in-memory job processing API in Go using worker pools, channels, and background task execution.
This repository houses a collection of Go projects and code snippets developed for educational purposes.
Go channel multiplexing & broadcasting
Software engineer 1 ( swe1) personal bootcamp
The practice of I/O concurrent design for high-performance software
Inter thread communication(much faster than channels)
Counting digits in words using Goroutines and Channels
A low-level concurrency manager for Go with support for select-based waiting and internal counter inspection. Providing an alternative to sync.WaitGroup, channel-based limiter and semaphore.Weighted.
This repository contains all my practices and lessons about Go programming language
Add a description, image, and links to the gochannels topic page so that developers can more easily learn about it.
To associate your repository with the gochannels topic, visit your repo's landing page and select "manage topics."