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 27, 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

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