tmick0 / toy-queueLinks
A minimal blocking queue backed by a circular buffer
☆114Updated 4 years ago
Alternatives and similar repositories for toy-queue
Users that are interested in toy-queue are comparing it to the libraries listed below
Sorting:
- 📶 A lock- and wait-free hashtable (and an array too)☆109Updated 3 months ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆294Updated 11 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- C11 Lock-free Stack☆183Updated last year
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- Test your code with malcheck to make sure it handles out of memory conditions correctly.☆97Updated 9 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- Fast, efficient string interning☆97Updated 7 years ago
- header-file-only implementation of various hash algorithms☆91Updated 2 years ago
- An-source C library developed and used at AppNexus.☆110Updated 5 years ago
- Portable scanf/printf-like functions to marshal binary data☆62Updated 10 years ago
- A collection of clang plugins for safer C programming☆91Updated 6 years ago
- No bullshit vector library for C☆79Updated 4 years ago
- Convenient & cross-platform sandboxing C library☆44Updated last year
- A cross-platform library for opening memory-backed libc streams.☆76Updated last year
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- High performance utility library for C☆94Updated 3 weeks ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- A KISS, cross-platform C mocking library☆160Updated last year
- C API for creation and analysis of binary data☆21Updated 7 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Embed arbitrary resource data into your executables after they've already been compiled☆13Updated 7 years ago
- Thread-safe cross-platform event loop library in C++☆178Updated 2 months ago
- Cross-platform C++ framework for asynchronous, distributed applications.☆31Updated last month
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 6 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.☆261Updated 4 years ago
- Branchless UTF-8 decoder☆35Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago