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
- C11 Lock-free Stack☆181Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- Lock-free ring buffer (MPSC)☆461Updated 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
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆141Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- High performance AVL tree container C implementation☆54Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- Code example from Crash and Burn lecture☆28Updated 2 years ago
- High performance C implementation of AVL trees☆102Updated 5 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 9 years ago
- A generic C memory pool☆99Updated 8 years ago
- A circular buffer alternative written in C under a BSD license☆138Updated 6 years ago
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆108Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆174Updated 11 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
- 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
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated 11 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Our open source benchmarks and code samples☆191Updated last month
- Doug Lea's memory allocator☆258Updated 5 years ago
- Based on the malloc implementation from http://tlsf.baisoku.org/☆64Updated 8 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆28Updated 6 years ago
- redis's async event loop library☆188Updated 5 years ago