pub fn compute_runtime_plan(config: &CuConfig) -> CuResult<CuExecutionLoop>
Expand description
This is the main heuristics to compute an execution plan at compilation time. TODO: Make that heuristic pluggable.
pub fn compute_runtime_plan(config: &CuConfig) -> CuResult<CuExecutionLoop>
This is the main heuristics to compute an execution plan at compilation time. TODO: Make that heuristic pluggable.