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 6 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
- Convenient & cross-platform sandboxing C library☆44Updated last year
- C11 Lock-free Stack☆183Updated last year
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆74Updated 15 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- NIH Utility Library☆90Updated 3 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 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
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago
- Lightweight printf-compatible format processing library☆32Updated 9 months ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- Embed GDB breakpoints in C source code☆54Updated 13 years ago
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆80Updated 3 years ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 6 years ago
- A URI (and IRI) parser with a straightforward API, based upon uriparser☆27Updated 7 years ago
- Generic priority queue (heap) implementation used by the Apache HTTP Server project.☆102Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- a library of useful C utilities☆64Updated 11 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (…☆58Updated 7 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Hierarchical memory allocator☆73Updated 10 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆50Updated 4 months ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- Common Datastructure Library for C developer.☆64Updated 4 years ago
- C/C++ Preprocessor Magic☆53Updated 9 years ago
- A KISS, cross-platform C mocking library☆160Updated last year
- C-Pluff, a plug-in framework for C☆40Updated 5 years ago
- libuv thread communication☆58Updated 2 years ago