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:
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- Intrusive Red-Black Tree Collection☆37Updated 4 months ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆87Updated 6 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 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 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- Coroutines for C.☆77Updated 8 years ago
- C99 trie library☆101Updated 6 years ago
- A generic C memory pool☆100Updated 9 years ago
- Intrusive data structures and asynchronous IO library☆20Updated 5 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- libuv thread communication☆59Updated 2 years ago
- C library of key-value data structures.☆295Updated 5 years ago
- Lightweight event loop library for Linux epoll() family APIs☆245Updated 6 months ago
- ☆34Updated 2 years ago
- C11 Lock-free Stack☆184Updated last year
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 2 weeks ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆31Updated 4 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 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
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- NIH Utility Library☆91Updated 3 years ago