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 month
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
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated last year
- hmemory is a lightweight memory error detector for c/c++ programs, specifically designed for embedded systems.☆16Updated 2 years ago
- Lightweight printf-compatible format processing library☆32Updated 4 months ago
- a library of useful C utilities☆63Updated 11 years ago
- Convey testing framework for C.☆36Updated 7 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Convenient & cross-platform sandboxing C library☆44Updated 9 months ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆49Updated 2 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆58Updated 10 years ago
- EventDrivenEmbeddedFramework is simple framework written in pure C to make development much faster and easier without sacrificing flexibi…☆16Updated 11 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- 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
- A circular buffer alternative written in C under a BSD license☆138Updated 5 years ago
- Implementation of an erlang style actor model using libdispatch☆17Updated 10 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).☆20Updated 7 years ago
- A simple least recently used cache written in C☆32Updated 5 years ago
- tinysh: minimal shell☆29Updated 13 years ago
- ☆27Updated 9 years ago
- libio is a cross platform high performance io library written in C. It provides ability to write event driven servers and applications wi…☆18Updated 6 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- fast, lock-free, core-dumpable prints (meaning you can see not-yet-flushed prints in core dumps/live processes)☆27Updated 11 years ago
- Tiny helper lib for building daemons in C☆19Updated 4 months ago
- NIH Utility Library☆89Updated 3 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
- Libelf is a simple library to read ELF files.☆48Updated 2 years ago
- Mirror of Agner Fog's assembler routines (GPL)☆19Updated 8 years ago