darkautism / lfqueue
Minimize lock-free queue ever!
☆132Updated 6 years ago
Alternatives and similar repositories for lfqueue:
Users that are interested in lfqueue are comparing it to the libraries listed below
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆220Updated 3 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- Our open source benchmarks and code samples☆189Updated last week
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- C11 Lock-free Stack☆181Updated 10 months ago
- redis's async event loop library☆189Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A circular buffer alternative written in C under a BSD license☆138Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- C library of key-value data structures.☆293Updated 4 years ago
- Code example from Crash and Burn lecture☆28Updated 2 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- Lightweight event loop library for Linux epoll() family APIs☆241Updated last year
- QSBR and EBR library☆118Updated 5 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- Coroutines in C☆120Updated 10 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- wait free FIFO queue, easy built cross platform(no extra dependencies needed)☆85Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆27Updated 6 years ago
- Static Radix Tree (Patricia trie) implementation in C☆49Updated 7 years ago