jonhoo / pthread_pool
A simple implementation of thread pooling for C/C++ using POSIX threads
☆80Updated 4 years ago
Alternatives and similar repositories for pthread_pool:
Users that are interested in pthread_pool are comparing it to the libraries listed below
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- A library for students to learn data structures in C☆28Updated 5 years ago
- The libdill tutorial.☆13Updated 5 years ago
- unrolled skip list library for C☆21Updated 5 years ago
- Fast in-memory B+-Tree implementation in C.☆29Updated 9 years ago
- memory pool allocator☆49Updated 12 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- NIH Utility Library☆89Updated 3 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Hierarchical memory allocator☆70Updated 9 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆55Updated 4 years ago
- A generic C memory pool☆96Updated 8 years ago
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- Linear Linked List Library☆49Updated last year
- Message Framing for libuv☆57Updated 4 years ago
- A simple bitset library in C☆132Updated last week
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- libuv thread communication☆57Updated last year
- Port of Java's TimSort to C☆47Updated 7 years ago
- A simple C Thread pool implementation☆13Updated 4 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation