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 3 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
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- NIH Utility Library☆92Updated 4 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated 9 months ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- a library of useful C utilities☆63Updated 12 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- Very simple library for sending and receiving ICMP datagrams.☆17Updated 3 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- Implementation of an erlang style actor model using libdispatch☆17Updated 11 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development☆82Updated 4 years ago
- skiplist library for C.☆54Updated 9 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- new generation testing framework for C and C++☆36Updated 3 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆146Updated 8 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
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- A URI (and IRI) parser with a straightforward API, based upon uriparser☆27Updated 7 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
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆296Updated 12 years ago
- small, simple, <insert other words for s here> cross platform GUI library☆37Updated 5 years ago
- Common Datastructure Library for C developer.☆64Updated 4 years ago
- Lightweight printf-compatible format processing library☆34Updated last year
- CPIP - a C/C++ preprocessor implemented in Python.☆48Updated 3 months ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆79Updated last year