jonhoo / pthread_poolLinks
A simple implementation of thread pooling for C/C++ using POSIX threads
☆82Updated 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:
- 🔗 Common Data Structures and Algorithms☆54Updated 3 months ago
- C11 Lock-free Stack☆183Updated last year
- C hash implementation based on khash☆171Updated 3 months ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- A generic C memory pool☆100Updated 8 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- NIH Utility Library☆91Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Coroutines for C.☆76Updated 8 years ago
- a library of useful C utilities☆64Updated 11 years ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- simple, fast C routines for manipulating UTF-8☆83Updated 6 years ago
- A library for students to learn data structures in C☆28Updated 6 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
- Static Radix Tree (Patricia trie) implementation in C☆47Updated 8 years ago
- Adding TCP like reliability features on top of existing UDP protocol☆40Updated 12 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆167Updated 7 years ago
- Anonymous functions in C☆256Updated 5 years ago
- Simple, memory-safe data-structures in C.☆162Updated 10 years ago
- Minimal pub/sub message queue in C.☆23Updated 10 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆92Updated 13 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- C bit array structs and methods☆213Updated 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 2 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- [unofficial mirror] C Container Library https://github.com/jacob-navia/ccl☆17Updated 12 years ago