|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
NUMA-aware thread pool optimized for Non-Uniform Memory Access architectures. More...
#include <kcenon/thread/core/thread_pool.h>#include <kcenon/thread/core/worker_policy.h>#include <kcenon/thread/stealing/enhanced_work_stealing_config.h>#include <kcenon/thread/stealing/work_stealing_stats.h>#include <kcenon/thread/stealing/numa_topology.h>#include <kcenon/thread/stealing/numa_work_stealer.h>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::numa_thread_pool |
| A NUMA-aware thread pool optimized for Non-Uniform Memory Access architectures. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
NUMA-aware thread pool optimized for Non-Uniform Memory Access architectures.
Definition in file numa_thread_pool.h.