jonhoo / pthread_poolLinks
A simple implementation of thread pooling for C/C++ using POSIX threads
☆83Updated 5 years ago
Alternatives and similar repositories for pthread_pool
Users that are interested in pthread_pool are comparing it to the libraries listed below
Sorting:
- C11 Lock-free Stack☆184Updated last year
- Hierarchical memory allocator☆79Updated 10 years ago
- C hash implementation based on khash☆174Updated 6 months ago
- 🔗 Common Data Structures and Algorithms☆55Updated 6 months ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
- A generic C memory pool☆101Updated 9 years ago
- A library which implements a couple of famous binary search trees.☆166Updated 3 years ago
- NIH Utility Library☆92Updated 4 years ago
- Coroutines for C.☆78Updated 8 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆146Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆60Updated 6 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- Minimal HTTP processing library☆154Updated 6 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆176Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 10 years ago
- A library for students to learn data structures in C☆28Updated 6 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- C99 trie library☆101Updated 6 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- Debug Malloc memory allocation debugging C library☆172Updated 3 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Intrusive Red-Black Tree Collection☆37Updated 7 months ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Message Framing for libuv☆58Updated 4 years ago
- unrolled skip list library for C