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: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
bshoshany/thread-pool A lightweight and easy-to-use C++17 thread pool library for concurrent programming. 2,252
developerpaul123/thread-pool A lightweight thread pool library with high-performance capabilities 470
tyler-hardin/thread_pool A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. 82
mtrebi/thread-pool A C++ implementation of a thread pool for concurrent task execution 1,156
chunelfeng/cthreadpool A simple and high-performance C++ threadpool with cross-platform support 353
kenavolic/pipet A lightweight C++ library for building compile-time processing pipelines with customizable filters and branches. 67
andreiavrammsd/cpp-channel A thread-safe container for sharing data between threads 421
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. 569
vcdevel/vc A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. 1,461
shettyh/threadpool An efficient and scalable thread pool implementation for concurrent task execution 102
hardikp/cpp-mempool A C++ library for managing memory pools with efficient allocation and deallocation 19
pithikos/c-thread-pool A minimal but powerful threadpool implementation in ANSI C 2,118
mbrossard/threadpool A C implementation of a thread pool that can be used to manage and execute tasks concurrently. 858
manu343726/ctti A library providing compile-time type information and introspection capabilities for C++ 578
fdhvdu/threadpool A thread pool implementation providing exception-safety and performance for concurrent task execution 131