Module parallel

Module parallel 

Source
Expand description

Parallel computation utilities for metrics

This module provides tools for computing metrics in parallel using core parallel operations.

Structs§

ParallelConfig
Configuration for parallel metrics computation

Traits§

ChunkedMetric
Trait for defining chunked metric operations
ParallelMetric
Trait for metrics that can be computed in parallel

Functions§

chunked_parallel_compute
Process a large array in chunks with parallel execution
compute_chunked_metric
Process a large array using chunked metric computation
compute_metrics_batch
Compute multiple metrics in parallel

Type Aliases§

ParallelMetricFn
Type alias for a metric function that can be executed in parallel