thread_binder 0.1.0

Bind rayon pools to limit numa effects
Documentation
1
2
3
//! Rayon thread pools with threads bound to single numa nodes.
mod bindable_thread_pool;
pub use crate::bindable_thread_pool::{Policy, ThreadPoolBuilder};