grivet / mpsc-queue
A C11 implementation of D. Vyukov MPSC queue
☆25Updated last year
Related projects ⓘ
Alternatives and complementary repositories for mpsc-queue
- Lock-free allocator as described by Maged M. Michael, 2004☆44Updated 11 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆15Updated 3 years ago
- ☆17Updated last month
- Concurrent trie-hash map library☆89Updated last year
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆54Updated 11 months ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated 11 months ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆15Updated 10 years ago
- ☆49Updated 4 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 9 months ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆43Updated 3 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆10Updated last year
- C++20 SIMD Within A Register library☆25Updated 3 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆54Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- portability macros for compiler and hardware micro operations☆35Updated 4 months ago
- Adaptive Radix Tree in C++☆37Updated this week
- A nano concurrency library☆24Updated 4 years ago
- ☆12Updated last year
- A low level, low latency library, which can be used to accelerate network messages using shared memory and RDMA☆71Updated 3 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆71Updated last year
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 4 years ago
- ☆43Updated 3 years ago
- C++20 Coroutines and io_uring☆47Updated last year
- Hiactor is a distributed C++ actor framework.☆107Updated 5 months ago