jonhoo / pthread_pool
A simple implementation of thread pooling for C/C++ using POSIX threads
☆78Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for pthread_pool
- A simple, intrusive, zero-allocation red-black tree implementation☆43Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated 11 months ago
- A generic C memory pool☆93Updated 8 years ago
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- A library of binary tree data structures (bstree, dstree, trie, crit-bit, PATRICIA) implemented in C☆39Updated 3 years ago
- C++ implementation of concurrent Binary Search Trees☆73Updated 9 years ago
- a library of useful C utilities☆63Updated 11 years ago
- Generic red-black tree library (by Julienne Walker).☆55Updated 5 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆143Updated 7 years ago
- Hierarchical memory allocator☆71Updated 9 years ago
- Coroutines for C.☆73Updated 7 years ago
- A library for students to learn data structures in C☆26Updated 5 years ago
- Tiny C readline library, note: this is not used in CLI-readline's one.☆19Updated 9 years ago
- Another posix thread library for windows.☆11Updated 7 years ago
- For details, see the blog post:☆31Updated 11 months ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆25Updated 3 years ago
- 🔗 Common Data Structures and Algorithms☆51Updated last year
- memory pool implimentation by C with C99 style☆33Updated 9 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆56Updated 4 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 8 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆107Updated last year
- Low-memory-footprint mutexes for pthreads☆40Updated 2 years ago
- A hashtable in C☆57Updated 10 years ago
- C11 Lock-free Stack☆180Updated 6 months ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆40Updated 7 years ago
- A library which implements a couple of famous binary search trees.☆164Updated 2 years ago
- IPC Examples☆52Updated 5 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆56Updated 5 years ago