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).
☆105Updated 9 years ago
Alternatives and similar repositories for clibs
Users that are interested in clibs are comparing it to the libraries listed below
Sorting:
- NIH Utility Library☆89Updated 3 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- C99 trie library☆101Updated 6 years ago
- Hierarchical memory allocator☆73Updated 10 years ago
- Commander option parser ported to C - simple API, auto-generated --help☆202Updated 3 months ago
- libpthread_workqueue - a POSIX threads workqueue library☆59Updated 2 years ago
- C11 Lock-free Stack☆184Updated last year
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- simple webserver in libuv☆85Updated 11 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆50Updated 3 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
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Read-only mirror of https://gitlab.inria.fr/gustedt/p99 - P99 is a suite of macro and function definitions that ease the programming in m…☆35Updated 3 years ago
- Minimal HTTP processing library☆154Updated 5 years ago
- a light weight, high performance coroutine implementation☆38Updated 12 years ago
- The Fast HTTP header parser library☆135Updated 9 years ago
- skiplist library for C.☆54Updated 8 years ago
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- Cross-platform timer library☆81Updated 3 years ago
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- memory pool implimentation by C with C99 style☆33Updated 10 years ago
- Tiny C string library☆204Updated last year
- Minimize lock-free queue ever!☆132Updated 6 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Coroutines in C☆121Updated 10 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- mini URL parse code☆23Updated 11 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year