|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
NUMA-aware work stealer with enhanced victim selection policies. More...
#include "enhanced_work_stealing_config.h"#include "numa_topology.h"#include "steal_backoff_strategy.h"#include "work_affinity_tracker.h"#include "work_stealing_stats.h"#include <cstddef>#include <functional>#include <memory>#include <random>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::numa_work_stealer |
| NUMA-aware work stealer with enhanced victim selection policies. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::lockfree |
NUMA-aware work stealer with enhanced victim selection policies.
Definition in file numa_work_stealer.h.