rezabrizi / AtomicRingLinks
Very fast lock-free queue (thread safe)
☆179Updated 5 months ago
Alternatives and similar repositories for AtomicRing
Users that are interested in AtomicRing are comparing it to the libraries listed below
Sorting:
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆226Updated 2 years ago
- A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, …☆80Updated last month
- Lightweight structured concurrency for C++20☆157Updated 2 weeks ago
- Lock-free atomic_shared_ptr implementations☆48Updated last year
- A simple coroutine-based reactor library☆49Updated 3 months ago
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆212Updated 2 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆114Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- C++20 Static Branch library☆94Updated 7 months ago
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆107Updated last year
- Networking library using C++ coroutines☆110Updated last month
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- An implementation of Seqlock in C++11☆232Updated last year
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆158Updated 4 years ago
- Scheduling examples using C++20 coroutines☆28Updated 2 years ago
- Asynchronous IO for C++20☆18Updated 2 years ago
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆165Updated 2 weeks ago
- work contracts☆116Updated last month
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- ☆45Updated 5 years ago
- A simple replacement for std::unordered_map☆51Updated last year
- C++20 Value-oriented Metaprogramming Library☆25Updated last month
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆72Updated last month
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A general-purpose high-performance lightweight STL-like modern C++ B-Tree☆244Updated last year
- C++20 [Minimal] Static Perfect Hash library☆245Updated 5 months ago
- The project provides high-performance concurrency, enabling highly parallel computation.☆230Updated this week
- Declarative task execution library based on work contracts☆17Updated 7 months ago