thread-pool

Thread pool

A C++ implementation of a thread pool for concurrent task execution

Thread pool implementation using c++11 threads

GitHub

1k stars
35 watching
227 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list

concurrencyfuturesmulti-threadingthread-poolthreads

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
bshoshany/thread-poolA lightweight and easy-to-use C++17 thread pool library for concurrent programming.2,252
developerpaul123/thread-poolA lightweight thread pool library with high-performance capabilities470
mbrossard/threadpoolA C implementation of a thread pool that can be used to manage and execute tasks concurrently.858
tyler-hardin/thread_poolA thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems.82
pithikos/c-thread-poolA minimal but powerful threadpool implementation in ANSI C2,118
vit-vit/ctplProvides a thread pool implementation to manage concurrent execution of jobs in C++1,829
shettyh/threadpoolAn efficient and scalable thread pool implementation for concurrent task execution102
chunelfeng/cthreadpoolA simple and high-performance C++ threadpool with cross-platform support353
fdhvdu/threadpoolA thread pool implementation providing exception-safety and performance for concurrent task execution131
inkooboo/thread-pool-cppA high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation.569
qnope/manA concurrent task execution framework written in C++176
diharaw/dw-thread-poolA simple, header-only thread pool library for managing tasks and worker threads.33
mtrebi/memory-allocatorsCustom memory allocators in C++ to improve the performance of dynamic memory allocation1,769
andreiavrammsd/cpp-channelA thread-safe container for sharing data between threads421
progschj/threadpoolA C++ implementation of a thread pool for concurrent execution of tasks8,013