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 3 months ago
Alternatives and similar repositories for genccont:
Users that are interested in genccont are comparing it to the libraries listed below
- memory pool allocator☆50Updated 12 years ago
- Convenient & cross-platform sandboxing C library☆44Updated 11 months ago
- NIH Utility Library☆89Updated 3 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆103Updated 9 years ago
- A low-latency in-memory C logging library☆59Updated 2 years ago
- Lightweight printf-compatible format processing library☆32Updated 6 months ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- Embed GDB breakpoints in C source code☆53Updated 12 years 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
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆74Updated 9 months ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 8 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 2 years ago
- ☆27Updated 9 years ago
- tinysh: minimal shell☆29Updated 13 years ago
- A simple least recently used cache written in C☆32Updated 5 years ago
- Fast RFC 3339 (ISO 8601) timestamp parser and formatter implemented in C, zero dependencies.☆37Updated 11 years ago
- single file C libraries☆38Updated 3 months ago
- Hierarchical memory allocator☆72Updated 9 years ago
- a library of useful C utilities☆64Updated 11 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated last month
- A library that provides multiple precision floating point arithmetic☆77Updated 8 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- C11 Lock-free Stack☆181Updated 11 months ago