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
- A circular buffer alternative written in C under a BSD license☆138Updated 5 years ago
- C11 Lock-free Stack☆181Updated 9 months ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- redis's async event loop library☆188Updated 5 years ago
- C library of key-value data structures.☆290Updated 4 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
- A wait-free multi-producer-single-consumer queue in C11 atomics☆218Updated 3 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 8 months ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆76Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Coroutines in C☆121Updated 10 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆57Updated 5 years ago
- Our open source benchmarks and code samples☆188Updated 4 months ago
- A generic C memory pool☆94Updated 8 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆102Updated 8 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- skiplist library for C.☆53Updated 8 years ago
- A public domain lock free queues implemented in C++11☆182Updated 10 years ago
- libuv thread communication☆57Updated last year
- Based on the malloc implementation from http://tlsf.baisoku.org/☆64Updated 8 years ago
- QSBR and EBR library☆117Updated 5 years ago
- Concurrent trie-hash map library☆91Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- Code example from Crash and Burn lecture☆28Updated 2 years ago