darkautism / lfqueue
Minimize lock-free queue ever!
☆132Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for lfqueue
- C11 Lock-free Stack☆180Updated 6 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆139Updated 4 years ago
- Lock-free ring buffer (MPSC)☆445Updated 4 years ago
- C library of key-value data structures.☆286Updated 4 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 8 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- timer.c: Tickless hierarchical timing wheel☆221Updated last year
- A circular buffer alternative written in C under a BSD license☆137Updated 5 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
- redis's async event loop library☆188Updated 4 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆254Updated 3 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☆48Updated last year
- LMAX's disruptor pattern implemented in C☆95Updated 6 years ago
- Different implementations of spinlock.☆103Updated 9 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆87Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆211Updated 3 years ago
- A generic C memory pool☆92Updated 8 years ago
- Robin Hood hash map library☆58Updated 3 years ago
- A public domain lock free queues implemented in C++11☆181Updated 10 years ago
- Implementing coroutines, channels, message passing, etc.☆132Updated 2 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- Lightweight event loop library for Linux epoll() family APIs☆239Updated 7 months ago
- Our open source benchmarks and code samples☆188Updated last month
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆26Updated 6 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- Slab Memory Allocator in Application Layer☆28Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 5 months ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated 11 months ago