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:
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Simple unoptimized AVL tree implementation in C89☆40Updated 5 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- libuv thread communication☆59Updated 2 years ago
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 years ago
- Generating C code interface from CPP using clang libtooling☆83Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆23Updated 9 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- Coroutines for C.☆76Updated 8 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 3 years ago
- ☆27Updated last year
- Python's excellent OptionParser in C++☆93Updated 2 years ago
- C11 Lock-free Stack☆183Updated last year
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- memory pool allocator☆51Updated 12 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- [unofficial mirror] C Container Library https://github.com/jacob-navia/ccl☆17Updated 12 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- A single file C++11 header-only memory mapped file library.☆71Updated last year
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated last month
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆34Updated 3 weeks ago