pmj / genccont
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 week
Alternatives and similar repositories for genccont:
Users that are interested in genccont are comparing it to the libraries listed below
- memory pool allocator☆49Updated 12 years ago
- Lightweight printf-compatible format processing library☆32Updated 3 months ago
- Tiny helper lib for building daemons in C☆19Updated 3 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆52Updated 5 years ago
- Convenient & cross-platform sandboxing C library☆44Updated 8 months ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated last year
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆68Updated 6 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
- NIH Utility Library☆89Updated 3 years ago
- Hierarchical memory allocator☆70Updated 9 years ago
- single file C libraries☆38Updated last week
- Embed GDB breakpoints in C source code☆52Updated 12 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 7 years ago
- skiplist library for C.☆53Updated 8 years ago
- A low-latency in-memory C logging library☆59Updated 2 years ago
- Linear Linked List Library☆49Updated 10 months ago
- ☆43Updated 2 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆48Updated 10 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- a library of useful C utilities☆63Updated 11 years ago
- new generation testing framework for C and C++☆33Updated 2 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Hierarchical Allocator for C☆64Updated 8 years ago
- Adobe Platform Libraries☆29Updated 4 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- hmemory is a lightweight memory error detector for c/c++ programs, specifically designed for embedded systems.☆16Updated 2 years ago