huangfcn / lockfree
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
☆13Updated 4 years ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- memory pool allocator☆49Updated 12 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆15Updated 7 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- High performance cross platform event reactor and proactor written in C☆32Updated 10 years ago
- Intrusive data structures and asynchronous IO library☆19Updated 4 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆77Updated 9 years ago
- A coroutine scheduler and lightweight network library for libaco☆15Updated 5 years ago
- Header only C++14 micro benchmark☆14Updated 9 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
- Network library☆17Updated last year
- easy to use callback library for C++☆39Updated 7 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- portability macros for compiler and hardware micro operations☆35Updated 6 months ago
- Lock-free linked list☆16Updated 12 years ago
- Lightweight printf-compatible format processing library☆32Updated 3 months ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 3 years ago
- Tiny helper lib for building daemons in C☆19Updated 3 months ago
- Minimize lock-free queue ever!☆132Updated 6 years ago