Skip to content
#

atomic-operations

Here are 12 public repositories matching this topic...

Experimental patterns & decorators built on top of IMemoryCache (Microsoft.Extensions.Caching.Memory) to address common observability, performance and correctness concerns

  • Updated Feb 5, 2026
  • C#

A high-performance multithreaded network firewall simulator implementing producer-consumer pattern with lock-free circular buffer using Linux futex syscalls and atomic operations. Features ordered log writing through dedicated writer thread, semaphore-based FIFO dequeue, and futex-based synchronization without busy-waiting.

  • Updated Feb 4, 2026
  • C

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++

Improve this page

Add a description, image, and links to the atomic-operations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the atomic-operations topic, visit your repo's landing page and select "manage topics."

Learn more