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 4 years ago
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Intrusive data structures and asynchronous IO library