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:
- C11 Lock-free Stack☆184Updated last year
- C99 trie library☆101Updated 6 years ago
- Minimal HTTP processing library☆154Updated 6 years ago
- NIH Utility Library☆92Updated 4 years ago
- A generic C memory pool☆100Updated 9 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- C library of key-value data structures.☆296Updated 5 years ago
- tpl - a small binary serialization library for C☆383Updated 8 months ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆140Updated 3 years ago
- Tiny C string library☆205Updated 2 years ago
- Coroutines for C.☆77Updated 8 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- Commander option parser ported to C - simple API, auto-generated --help☆204Updated 8 months ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- C hash implementation based on khash☆172Updated 4 months ago
- skiplist library for C.☆54Updated 9 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Convert JSON to C data literals☆136Updated 11 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
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- memory pool implimentation by C with C99 style☆33Updated 10 years ago
- Simple, memory-safe data-structures in C.☆163Updated 10 years ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- Coroutines in C☆122Updated 11 years ago
- libpthread_workqueue - a POSIX threads workqueue library☆59Updated 3 years ago