thread-pool

Thread Pool Library

A lightweight and easy-to-use C++17 thread pool library for concurrent programming.

BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library

GitHub

2k stars
36 watching
258 forks
Language: C++
last commit: over 2 years ago
concurrencycpluspluscplusplus-17cppcpp17easy-to-usemulti-threadingmultithreadingparallelscientific-computingthread-poolthreadingthreadpool

Related projects:

RepositoryDescriptionStars
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
mbrossard/threadpoolA C implementation of a thread pool that can be used to manage and execute tasks concurrently.858
chunelfeng/cthreadpoolA simple and high-performance C++ threadpool with cross-platform support353
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
vit-vit/ctplProvides a thread pool implementation to manage concurrent execution of jobs in C++1,829
fdhvdu/threadpoolA thread pool implementation providing exception-safety and performance for concurrent task execution131
shettyh/threadpoolAn efficient and scalable thread pool implementation for concurrent task execution102
andreiavrammsd/cpp-channelA thread-safe container for sharing data between threads421
diharaw/dw-thread-poolA simple, header-only thread pool library for managing tasks and worker threads.33
pithikos/c-thread-poolA minimal but powerful threadpool implementation in ANSI C2,118
forhappy/cplusplus-concurrency-in-practiceA comprehensive guide to C++ concurrency programming covering its basics and advanced topics.5,329
zkat/chanlA concurrency framework that enables threads to communicate and synchronize using channel objects.169
qnope/manA concurrent task execution framework written in C++176