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☆141Updated 6 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- A generic C memory pool☆100Updated 9 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆88Updated 6 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…☆148Updated 5 years ago
- Tiny helper lib for building daemons in C☆18Updated 2 weeks ago
- C11 Lock-free Stack☆184Updated last year
- Simple C library for parsing URLs with zero-copy and no mallocs.☆140Updated 3 years ago
- Intrusive Red-Black Tree Collection☆37Updated 5 months ago
- NIH Utility Library☆91Updated 4 years ago
- libuv thread communication☆59Updated 2 years ago
- ANSI C pthread packages for thread pools, queues/channels, task timers, set operations, red-black btree associative map.☆14Updated last year
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 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
- Industry-proven, lightweight and productive zero-copy IPC library written in C☆22Updated 5 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
- C library of key-value data structures.☆295Updated 5 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆29Updated 4 years ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 7 months ago
- Robin Hood hash map library☆67Updated 4 years ago
- Coroutines for C.☆77Updated 8 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated last month
- Mini async log C port. Now with C++ wrappers.☆74Updated 2 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Your one-stop C and C++ library for URI parsing.☆31Updated 6 years ago
- Hierarchical memory allocator☆76Updated 10 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