BurntSushi / clibsLinks
A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and implementation of common data structures (hashmaps, vectors and linked lists).
☆106Updated 9 years ago
Alternatives and similar repositories for clibs
Users that are interested in clibs are comparing it to the libraries listed below
Sorting:
- A generic C memory pool☆100Updated 9 years ago
- NIH Utility Library☆92Updated 4 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆146Updated 8 years ago
- Commander option parser ported to C - simple API, auto-generated --help☆205Updated 9 months ago
- Minimal HTTP processing library☆154Updated 6 years ago
- C hash implementation based on khash☆173Updated 5 months ago
- Hierarchical memory allocator☆76Updated 10 years ago
- C99 trie library☆101Updated 6 years ago
- C library of key-value data structures.☆297Updated 5 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- C11 Lock-free Stack☆184Updated last year
- Simple, memory-safe data-structures in C.☆163Updated 10 years ago
- memory pool implimentation by C with C99 style☆33Updated 10 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- Tiny C string library☆206Updated 2 years ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆142Updated 4 years ago
- skiplist library for C.☆54Updated 9 years ago
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 7 months ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- A simple, easily embeddable cross-platform C library☆385Updated 2 years ago
- SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)☆187Updated 8 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- tpl - a small binary serialization library for C☆384Updated 9 months ago
- memory pool allocator☆51Updated 13 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated last year
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- Coroutines for C.☆77Updated 8 years ago