CTPL

Thread Pool Library

Provides a thread pool implementation to manage concurrent execution of jobs in C++

Modern and efficient C++ Thread Pool Library

GitHub

2k stars
59 watching
336 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list


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
tyler-hardin/thread_poolA thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems.82
mtrebi/thread-poolA C++ implementation of a thread pool for concurrent task execution1,156
chunelfeng/cthreadpoolA simple and high-performance C++ threadpool with cross-platform support353
kenavolic/pipetA lightweight C++ library for building compile-time processing pipelines with customizable filters and branches.67
andreiavrammsd/cpp-channelA thread-safe container for sharing data between threads421
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
vcdevel/vcA C++ library for explicitly data-parallel programming on modern CPUs and GPUs.1,461
shettyh/threadpoolAn efficient and scalable thread pool implementation for concurrent task execution102
hardikp/cpp-mempoolA C++ library for managing memory pools with efficient allocation and deallocation19
pithikos/c-thread-poolA minimal but powerful threadpool implementation in ANSI C2,118
mbrossard/threadpoolA C implementation of a thread pool that can be used to manage and execute tasks concurrently.858
manu343726/cttiA library providing compile-time type information and introspection capabilities for C++578
fdhvdu/threadpoolA thread pool implementation providing exception-safety and performance for concurrent task execution131