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…☆142Updated 4 years ago
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- C11 Lock-free Stack☆181Updated 8 months ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆217Updated 3 years ago
- A circular buffer alternative written in C under a BSD license☆138Updated 5 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- C library of key-value data structures.☆290Updated 4 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 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 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- 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
- redis's async event loop library☆188Updated 5 years ago
- Lightweight event loop library for Linux epoll() family APIs☆241Updated 10 months ago
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆76Updated 9 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- QSBR and EBR library☆117Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- Concurrent trie-hash map library☆91Updated last year
- Robin Hood hash map library☆60Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆255Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 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
- A generic C memory pool☆94Updated 8 years ago