Expand description
Parallel computation utilities for metrics
This module provides tools for computing metrics in parallel using core parallel operations.
Structs§
- Parallel
Config - Configuration for parallel metrics computation
Traits§
- Chunked
Metric - Trait for defining chunked metric operations
- Parallel
Metric - 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§
- Parallel
Metric Fn - Type alias for a metric function that can be executed in parallel