darkautism / lfqueueLinks
Minimize lock-free queue ever!
☆134Updated 7 years ago
Alternatives and similar repositories for lfqueue
Users that are interested in lfqueue are comparing it to the libraries listed below
Sorting:
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆148Updated 5 years ago
- C11 Lock-free Stack☆184Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- Lock-free ring buffer (MPSC)☆470Updated 5 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- A wait-free multi-producer-single-consumer queue in C11 atomics☆231Updated 4 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 2 years ago
- C library of key-value data structures.☆295Updated 5 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- redis's async event loop library☆189Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- Minimal HTTP processing library☆155Updated 6 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- A generic C memory pool☆100Updated 9 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- Our open source benchmarks and code samples☆193Updated last month
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 7 months ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆88Updated 6 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago