thread-pool
Thread pool library
A lightweight C++17 thread pool library for efficient concurrent task execution
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
2k stars
36 watching
253 forks
Language: C++
last commit: 7 months ago concurrencycpluspluscplusplus-17cppcpp17easy-to-usemulti-threadingmultithreadingparallelscientific-computingthread-poolthreadingthreadpool
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
chunelfeng/cthreadpool | A simple and high-performance C++ threadpool with cross-platform support | 349 |
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 |
vit-vit/ctpl | Provides a thread pool implementation to manage concurrent execution of jobs in C++ | 1,816 |
fdhvdu/threadpool | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
shettyh/threadpool | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
andreiavrammsd/cpp-channel | A thread-safe container for sharing data between threads | 410 |
diharaw/dw-thread-pool | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
pithikos/c-thread-pool | A minimal but powerful threadpool implementation in ANSI C | 2,078 |
forhappy/cplusplus-concurrency-in-practice | A comprehensive guide to C++ concurrency programming covering its basics and advanced topics. | 5,319 |
zkat/chanl | A concurrency framework that enables threads to communicate and synchronize using channel objects. | 169 |
qnope/man | A concurrent task execution framework written in C++17 | 6 |