stv0g / c11-queuesLinks
A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'
☆37Updated last year
Alternatives and similar repositories for c11-queues
Users that are interested in c11-queues are comparing it to the libraries listed below
Sorting:
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Intrusive data structures and asynchronous IO library☆20Updated 5 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆68Updated 2 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- memory pool allocator☆50Updated 12 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 8 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- ☆27Updated last year
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆14Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- Pblog is a small, low overhead, structured logging library☆30Updated 7 years ago
- libuv thread communication☆58Updated 2 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Convenient & cross-platform sandboxing C library☆44Updated last year
- C implementation of Disruptor queues☆22Updated 3 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- Coroutines for C.☆74Updated 8 years ago
- c-block are extremely lightweight macros designed for eliminate callback hell, inspired by Duff's device and Protothreads. c-block provid…☆18Updated 4 years ago
- [unofficial mirror] C Container Library https://github.com/jacob-navia/ccl☆17Updated 11 years ago