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☆53Updated 4 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Intrusive Red-Black Tree Collection☆37Updated 6 months ago
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆89Updated 6 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- C library of key-value data structures.☆297Updated 5 years ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 8 months ago
- Coroutines for C.☆78Updated 8 years ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆142Updated 4 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- libuv thread communication☆60Updated 2 years ago
- Magic ring buffer☆22Updated 9 years ago
- ANSI C pthread packages for thread pools, queues/channels, task timers, set operations, red-black btree associative map.☆14Updated last year
- skiplist library for C.☆54Updated 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
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated 2 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- NIH Utility Library☆92Updated 4 years ago
- Generic priority queue (heap) implementation used by the Apache HTTP Server project.☆104Updated 3 years ago
- Tiny helper lib for building daemons in C☆18Updated 2 months 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 generic C memory pool☆101Updated 9 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
- C11 Lock-free Stack☆184Updated last year
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆264Updated 4 years ago
- An ANSI C encoder/decoder for the MessagePack serialization format / msgpack.org[C / Objective-C / Swift]☆150Updated 10 months ago