thread-pool
Thread pool
A C++ implementation of a thread pool for concurrent task execution
Thread pool implementation using c++11 threads
1k stars
35 watching
224 forks
Language: C++
last commit: 9 months ago
Linked from 1 awesome list
concurrencyfuturesmulti-threadingthread-poolthreads
Related projects:
Repository | Description | Stars |
---|---|---|
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
developerpaul123/thread-pool | A lightweight thread pool library with high-performance capabilities | 461 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
tyler-hardin/thread_pool | A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
pithikos/c-thread-pool | A minimal but powerful threadpool implementation in ANSI C | 2,078 |
vit-vit/ctpl | Provides a thread pool implementation to manage concurrent execution of jobs in C++ | 1,816 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 349 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
inkooboo/thread-pool-cpp | A high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation. | 568 |
qnope/man | A concurrent task execution framework written in C++17 | 6 |
diharaw/dw-thread-pool | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
mtrebi/memory-allocators | Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,755 |
andreiavrammsd/cpp-channel | A thread-safe container for sharing data between threads | 407 |
progschj/threadpool | A C++ implementation of a thread pool for concurrent execution of tasks | 7,953 |