Expand description
Adaptive parallel execution with dynamic optimization
This module provides adaptive algorithms that adjust their behavior based on workload
Structs§
- Adaptive
Executor - Adaptive executor that learns optimal chunk sizes
Functions§
- cache_
aware_ map - Cache-aware parallel execution
- hierarchical_
map - Hierarchical parallelism - parallel within parallel
- speculative_
execute - Parallel execution with speculation (try both parallel and sequential)