Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
numa_thread_pool.h File Reference

NUMA-aware thread pool optimized for Non-Uniform Memory Access architectures. More...

Include dependency graph for numa_thread_pool.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

NUMA-aware thread pool optimized for Non-Uniform Memory Access architectures.

See also
thread_pool For the standard thread pool
numa_topology For NUMA node detection

Definition in file numa_thread_pool.h.