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 10 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☆44Updated 2 months ago
- memory pool allocator☆51Updated 12 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆73Updated 15 years ago
- a library of useful C utilities☆63Updated 12 years ago
- C11 Lock-free Stack☆184Updated last year
- 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…☆106Updated 9 years ago
- tinysh: minimal shell☆30Updated 13 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- clone from myJIT(a fork of GNU lightning)☆10Updated 10 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆78Updated last year
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated 8 months ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- NIH Utility Library☆91Updated 4 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.☆103Updated 3 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- Embed GDB breakpoints in C source code☆55Updated 13 years ago
- A generic C memory pool☆100Updated 9 years ago
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆81Updated 4 years ago
- DTask is a scheduler for statically dependent tasks.☆27Updated 7 years ago
- Implementation of an erlang style actor model using libdispatch☆17Updated 11 years ago
- Lightweight printf-compatible format processing library☆33Updated last year
- A tool to easily find and replace from files☆10Updated 10 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- This is the code that was previously in code.google.com/p/ccl☆46Updated 5 years ago