darkautism / lfqueueLinks
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
Sorting:
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- C11 Lock-free Stack☆182Updated last year
- Lock-free ring buffer (MPSC)☆462Updated 5 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
- timer.c: Tickless hierarchical timing wheel☆231Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Our open source benchmarks and code samples☆192Updated 2 weeks ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated last year
- A generic C memory pool☆100Updated 8 years ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- C library of key-value data structures.☆294Updated 5 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆29Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- QSBR and EBR library☆121Updated 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
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Lightweight event loop library for Linux epoll() family APIs☆243Updated last month
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- libuv thread communication☆58Updated 2 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Different implementations of spinlock.☆105Updated 10 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 10 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 4 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 2 weeks ago
- Code example from Crash and Burn lecture☆28Updated 3 years ago
- Robin Hood hash map library☆62Updated 3 years ago