pub fn optimal_thread_count(
n_samples: usize,
n_features: usize,
config: &CacheConfig,
) -> usizeExpand description
Calculate optimal number of threads based on data size and cache
pub fn optimal_thread_count(
n_samples: usize,
n_features: usize,
config: &CacheConfig,
) -> usizeCalculate optimal number of threads based on data size and cache