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 last year
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 4 months ago
- memory pool allocator☆52Updated 13 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆73Updated 16 years ago
- a library of useful C utilities☆63Updated 12 years ago
- NIH Utility Library☆92Updated 4 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- Hierarchical memory allocator☆79Updated 10 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- Lightweight printf-compatible format processing library☆34Updated last year
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆56Updated 6 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated 10 months ago
- C11 Lock-free Stack☆184Updated last year
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆79Updated last year
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆82Updated 4 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- A feature-incomplete peekahole (pahole) clone that doesn't rely on libdwarves (and doesn't choke on Clang output)☆23Updated 8 years ago
- Coroutines for C.☆78Updated 8 years ago
- skiplist library for C.☆54Updated 9 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- ☆62Updated 8 years ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆32Updated last month
- Mirror of Agner Fog's assembler routines (GPL)☆19Updated 9 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆31Updated 13 years ago
- DTask is a scheduler for statically dependent tasks.☆27Updated 7 years ago
- Your one-stop C and C++ library for URI parsing.☆31Updated 7 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- PureDB is a portable and tiny set of libraries for creating and reading constant databases.☆35Updated 2 years ago
- A circular buffer alternative written in C under a BSD license☆142Updated 6 years ago