peroxide::structure::vector

Function par_map

Source
pub fn par_map<F, T>(f: F, xs: &[T]) -> Vec<T>
where F: Fn(T) -> T + Send + Sync, T: Default + Copy + Send + Sync,
Expand description

Explicit version of map in parallel