C++14 lock-free queue.
-
Updated
Nov 4, 2024 - C++
C++14 lock-free queue.
simple C++11 ring buffer implementation, allocated and evaluated at compile time
An implementation of Seqlock in C++11
A lock-free multi-producer multi-consumer ring buffer FIFO queue.
Monte Carlo and Molecular Dynamics Simulation Package
A lock-free multithreaded job system made using C++20 coroutines and atomic operations.
Replacement of std::atomic supporting non trivially-copyable types
Multiple producer multiple consumer queue template using C++11 atomics.
Implements Mutex, Semaphore and exclusive ReadModifyWrite operations on ARM Cortex-M3 and Cortex-M4
This project is a continuation of development the Atomic Game Engine
linux server performance optimization, best practice experience, should be customized according to personal needs.
My lazy initialization implementation in C++17.
Light weight Modern CPP interface to simulate C++11 standard for old C++98 compilers
Implementation of thread safe Singleton: Solution-1: By using mutex and atomic Solution-2: By using call_once and lambda function
The multi threaded queue service is a class that operates as a message processing service
Add a description, image, and links to the atomic topic page so that developers can more easily learn about it.
To associate your repository with the atomic topic, visit your repo's landing page and select "manage topics."