Module adaptive

Module adaptive 

Source
Expand description

Adaptive parallel execution with dynamic optimization

This module provides adaptive algorithms that adjust their behavior based on workload

Structs§

AdaptiveExecutor
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)