Function halo2_proofs::arithmetic::parallelize
source ยท pub fn parallelize<T, F>(v: &mut [T], f: F)
Expand description
This utility function will parallelize an operation that is to be performed over a mutable slice.
pub fn parallelize<T, F>(v: &mut [T], f: F)
This utility function will parallelize an operation that is to be performed over a mutable slice.