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 5 months ago
Alternatives and similar repositories for genccont
Users that are interested in genccont are comparing it to the libraries listed below
Sorting:
- memory pool allocator☆50Updated 12 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆104Updated 9 years ago
- NIH Utility Library☆89Updated 3 years ago
- Convenient & cross-platform sandboxing C library☆44Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- JSON/CBOR streaming library, without using memory, like a GoldFish☆70Updated 8 years ago
- Embed GDB breakpoints in C source code☆53Updated 13 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 2 years ago
- Portable scanf/printf-like functions to marshal binary data☆61Updated 10 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- A feature-incomplete peekahole (pahole) clone that doesn't rely on libdwarves (and doesn't choke on Clang output)☆22Updated 7 years ago
- Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (…☆57Updated 7 years ago
- A C++ metaprogramming library☆26Updated 8 years ago
- Lightweight printf-compatible format processing library☆32Updated 7 months ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆68Updated 2 years ago
- ☆27Updated 9 years ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- A lightweight header only logging library for C☆55Updated 3 years ago
- libuv thread communication☆58Updated 2 years ago
- Linear Linked List Library☆50Updated last year
- C11 Lock-free Stack☆182Updated last year
- Hierarchical Allocator for C☆65Updated 8 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆61Updated 11 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- ☆20Updated last year
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- ☆61Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆79Updated 3 years ago