huangfcn / lockfreeLinks
lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free memory management library using fix sized memory managed in single linked list
☆14Updated 5 years ago
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- Minimize lock-free queue ever!☆132Updated 7 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- NIH Utility Library☆91Updated 3 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆87Updated 6 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆147Updated 4 years ago
- ANSI C pthread packages for thread pools, queues/channels, task timers, set operations, red-black btree associative map.☆14Updated last year
- Tiny helper lib for building daemons in C☆18Updated last month
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 2 weeks ago
- C11 Lock-free Stack☆183Updated last year
- Coroutines for C.☆76Updated 8 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated 2 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆140Updated 3 years ago
- Magic ring buffer☆21Updated 9 years ago
- libuv thread communication☆59Updated 2 years ago
- Heap allocation free version of C++11 std::function☆57Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- C++ development framework for building reliable cache-friendly distributed and concurrent multicore software☆67Updated 6 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- A generic C memory pool☆100Updated 8 years ago
- Intrusive Red-Black Tree Collection☆36Updated 4 months ago
- Hierarchical memory allocator☆76Updated 10 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