thread_pool
Thread Pool Library
A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems.
Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.
82 stars
10 watching
13 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
c-plus-plus-17c-plus-plus-20conceptsconcurrencycpppriority-poolthread-pool
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A lightweight thread pool library with high-performance capabilities | 470 |
| | A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
| | A minimal but powerful threadpool implementation in ANSI C | 2,118 |
| | A C++ implementation of a thread pool for concurrent task execution | 1,156 |
| | A thread pool implementation providing exception-safety and performance for concurrent task execution | 131 |
| | A high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation. | 569 |
| | Provides a thread pool implementation to manage concurrent execution of jobs in C++ | 1,829 |
| | An efficient and scalable thread pool implementation for concurrent task execution | 102 |
| | A simple, header-only thread pool library for managing tasks and worker threads. | 33 |
| | A simple and high-performance C++ threadpool with cross-platform support | 353 |
| | A thread-safe container for sharing data between threads | 421 |
| | A C++ implementation of a thread pool for concurrent execution of tasks | 8,013 |
| | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
| | A concurrent task execution framework written in C++17 | 6 |
| | Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |