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:
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 10 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆89Updated 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
- Your one-stop C and C++ library for URI parsing.☆31Updated 7 years ago
- Hierarchical memory allocator☆79Updated 10 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Updated 3 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Intrusive Red-Black Tree Collection☆37Updated 7 months ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Heap allocation free version of C++11 std::function☆60Updated 4 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 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 2 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- C library of key-value data structures.☆298Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Coroutines for C.☆78Updated 8 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆264Updated 4 years ago
- C string utils library (STB style, header-only).☆197Updated 7 years ago
- libio is a cross platform high performance io library written in C. It provides ability to write event driven servers and applications wi…☆18Updated 8 months ago
- NIH Utility Library☆92Updated 4 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- C11 Lock-free Stack☆184Updated last year
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago