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

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>
Include dependency graph for numa_work_stealer.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_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
 

Detailed Description

NUMA-aware work stealer with enhanced victim selection policies.

See also
work_stealing_deque

Definition in file numa_work_stealer.h.