-
Updated
Jul 7, 2020 - Go
concu
Here are 7 public repositories matching this topic...
A high-concurrency Node.js inventory engine designed to prevent "Overselling" during Flash Sales. Implements pessimistic database locking (PostgreSQL), atomic in-memory caching (Redis), and message queuing (RabbitMQ) to guarantee 100% data integrity under heavy load.
-
Updated
Mar 12, 2026 - JavaScript
cpp_concurrency is a repository dedicated to exploring concurrency in C++. This repository serves as a personal training ground for honing skills in multithreading and concurrent programming.
-
Updated
Apr 5, 2024 - C++
A concurrent, multi-client text editor built in C that allows multiple users to edit a shared document in real time.
-
Updated
Mar 20, 2026 - C
A BitTorrent Client which can download .torrent files with bencoder, parser, tracker, peers, piece self-implemented with testing in Go
-
Updated
Jul 28, 2026 - Go
Game Server exploring concurrency models from Actor model and event-loops to and state-machines and ReadWrite mutexes in Go
-
Updated
Mar 28, 2026 - Go
HFT-Grade Voter Registry System is a high-performance, thread-safe C++ application that simulates a voter management and polling system with O(1) lookup, insertion, and deletion. It leverages smart pointers, mutex synchronization, atomic operations, and binary file I/O for efficient data handling — inspired by the design patterns used in HFT System
-
Updated
Nov 21, 2025 - C++
Add this topic to your repo
To associate your repository with the concu topic, visit your repo's landing page and select "manage topics."