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