huangfcn / lockfree
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 4 years ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- unrolled skip list library for C☆21Updated 5 years ago
- memory pool allocator☆50Updated 12 years ago
- Intrusive data structures and asynchronous IO library☆19Updated 4 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Lightweight printf-compatible format processing library☆32Updated 5 months 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 6 years ago
- cprops - C Prototyping Tools☆13Updated 12 years ago
- Intrusive Red-Black Tree Collection☆31Updated last year
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- TLSF: two-level segregated fit O(1) allocator☆76Updated 2 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Lock-free linked list☆16Updated 12 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- C memory allocator based on pools, thread safe.☆16Updated 11 years ago
- An easy-to-use object-oriented system for the C programming language☆13Updated 6 years ago
- A circular buffer alternative written in C under a BSD license☆138Updated 6 years ago
- Lightweight task scheduler. Public domain.☆18Updated 7 years ago
- ☆32Updated last year
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- single file C libraries☆38Updated 2 months ago
- Netstring parsing in C☆35Updated 4 years ago
- Tiny helper lib for building daemons in C☆19Updated 5 months ago
- Memory Pool☆16Updated 7 years ago