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 circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Intrusive Red-Black Tree Collection☆35Updated 3 months ago
- C library of key-value data structures.☆295Updated 5 years ago
- Coroutines for C.☆76Updated 8 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 6 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- C11 Lock-free Stack☆183Updated last year
- 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
- Mini async log C port. Now with C++ wrappers.☆74Updated 2 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆105Updated 9 years ago
- libuv thread communication☆58Updated 2 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
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆140Updated 3 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 10 years ago
- A generic C memory pool☆100Updated 8 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Micro-benchmarking library for C and C++ with PMU counters tracking☆62Updated 5 months ago
- ☆33Updated 2 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- Netstring parsing in C☆36Updated 4 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- Lightweight event loop library for Linux epoll() family APIs☆243Updated 4 months ago