v0.2 ongoing

This commit is contained in:
liam 2025-02-09 22:39:01 +08:00
parent bf1d413be0
commit 098602b08f
11 changed files with 450 additions and 70 deletions

View file

@ -38,6 +38,9 @@ class Backend {
void do_work_stealing_job(int, std::function<void(int)>,
std::function<void(int)>,
std::function<void(int)>);
#ifdef USE_NUMA
static thread_local int numa_node;
#endif
static thread_local int thread_local_id;
private: