Function peroxide::structure::vector::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