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.
☆44Updated 11 months ago
Alternatives and similar repositories for genccont
Users that are interested in genccont are comparing it to the libraries listed below
Sorting:
- Convenient & cross-platform sandboxing C library☆45Updated 2 months ago
- memory pool allocator☆51Updated 13 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆73Updated 16 years ago
- C11 Lock-free Stack☆184Updated last year
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- NIH Utility Library☆92Updated 4 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- A feature-incomplete peekahole (pahole) clone that doesn't rely on libdwarves (and doesn't choke on Clang output)☆22Updated 8 years ago
- a library of useful C utilities☆63Updated 12 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆146Updated 8 years ago
- Lightweight printf-compatible format processing library☆33Updated last year
- Coroutines for C.☆77Updated 8 years ago
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆82Updated 4 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- C99 trie library☆101Updated 6 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆79Updated last year
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated 9 months ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- [unofficial mirror] C Container Library https://github.com/jacob-navia/ccl☆17Updated 12 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- single file C libraries☆40Updated 11 months ago
- skiplist library for C.☆54Updated 9 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- A simple, yet flexible, JSON encoder for C☆42Updated 6 years ago
- cprops - C Prototyping Tools☆13Updated 13 years ago