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).
☆104Updated 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
- C99 trie library☆100Updated 6 years ago
- Hierarchical memory allocator☆72Updated 10 years ago
- C hash implementation based on khash☆172Updated 3 years ago
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 4 years ago
- libpthread_workqueue - a POSIX threads workqueue library☆59Updated 2 years ago
- C11 Lock-free Stack☆181Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- A generic C memory pool☆100Updated 8 years ago
- Coroutines for C/C++☆81Updated 4 years ago
- Minimal HTTP processing library☆153Updated 5 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Commander option parser ported to C - simple API, auto-generated --help☆203Updated 2 months ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- A circular buffer alternative written in C under a BSD license☆140Updated 6 years ago
- memory pool allocator☆50Updated 12 years ago
- Convenient & cross-platform sandboxing C library☆44Updated last year
- Coroutines in C☆121Updated 10 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- Tiny C string library☆204Updated last year
- server frame☆18Updated 7 years ago
- tiny cross-platform socket API library☆50Updated 7 months 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…☆34Updated 3 years ago
- simple webserver in libuv☆85Updated 11 years ago
- extends libuv to support tls/ssl in a simpler API for clibs☆34Updated 7 years ago
- tiny unit testing framework for ANSI C☆56Updated 4 years ago
- skiplist library for C.☆54Updated 8 years ago