Function halo2_proofs::arithmetic::parallelize

source ยท
pub fn parallelize<T, F>(v: &mut [T], f: F)
where T: Send, F: Fn(&mut [T], usize) + Send + Sync + Clone,
Expand description

This utility function will parallelize an operation that is to be performed over a mutable slice.