Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

atomic-operations

Here are 14 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 Mar 18, 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

CUDA/C project for parallel matrix computations on 2D integer arrays, including average, maximum, Matrix B and C transformations, with high-performance GPU acceleration using parallel reductions, shared memory, and atomic operations (Parallel Systems, UNIWA).

  • Updated Feb 20, 2026
  • Cuda

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