pmj / genccontLinks
Generic containers in C. So far: singly & doubly linked lists, a singly-linked queue, a hash table and a binary search tree. As type-safe as I can make them in C. Simple to use and hack; very embeddable - works in user space and in-kernel; 0 build requirements: not even libc needed; can easily cherry-pick only needed source files. zlib license.
☆43Updated 7 months ago
Alternatives and similar repositories for genccont
Users that are interested in genccont are comparing it to the libraries listed below
Sorting:
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- Convenient & cross-platform sandboxing C library☆44Updated last year
- memory pool allocator☆51Updated 12 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆105Updated 9 years ago
- Lightweight printf-compatible format processing library☆32Updated 10 months ago
- bithacks.h is a C header file containing useful bit manipulation macros☆74Updated 15 years ago
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆80Updated 3 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C11 Lock-free Stack☆183Updated last year
- NIH Utility Library☆90Updated 3 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- Embed GDB breakpoints in C source code☆54Updated 13 years ago
- Portable scanf/printf-like functions to marshal binary data☆62Updated 10 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆75Updated last year
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- C/C++ Preprocessor Magic☆53Updated 10 years ago
- Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (…☆58Updated 7 years ago
- 📶 A lock- and wait-free hashtable (and an array too)☆109Updated 3 months ago
- A feature-incomplete peekahole (pahole) clone that doesn't rely on libdwarves (and doesn't choke on Clang output)☆22Updated 7 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆294Updated 11 years ago
- libuv thread communication☆58Updated 2 years ago
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- Cross platform library to gather process and system information.☆90Updated 7 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago