Module executor

Module executor 

Source
Expand description

Pipeline Executor

Orchestrates the fused pipeline execution with:

  • Async overlap processing
  • Stage fusion for performance
  • SLA-bounded execution
  • Learning-to-stop algorithms
  • Cross-shard optimization

Structsยง

ExecutorMetrics
LspRoutingStage
LSP routing stage processor
ParallelSearchStage
Parallel search stage processor
PipelineExecutor
Fused pipeline executor with stage management
PostProcessStage
Post-processing stage processor
QueryAnalysisStage
Query analysis stage processor
ResultFusionStage
Result fusion stage processor
StoppingPredictor
Learning-to-stop predictor for early termination