CTPL
Thread Pool Library
Provides a thread pool implementation to manage concurrent execution of jobs in C++
Modern and efficient C++ Thread Pool Library
2k stars
58 watching
337 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
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 |
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,146 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 349 |
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 | 410 |
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 |
vcdevel/vc | A C++ library for explicitly data-parallel programming on modern CPUs and GPUs. | 1,456 |
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,078 |
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++ | 573 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |