Function benchmark_parallel_performance

Source
pub fn benchmark_parallel_performance<T, U, F>(
    data: &[T],
    config: &ParallelConfig,
    func: F,
) -> Result<PerformanceMetrics>
where T: Clone + Send + Sync + 'static, U: Send + Sync + 'static, F: Fn(&T) -> U + Send + Sync + Copy + 'static,
Expand description

パフォーマンス比較