Module compiler

Module compiler 

Source
Expand description

§Workflow Compilation Module

This module handles the pre-compilation of JSONLogic expressions used throughout the engine. By compiling all logic at initialization time, we achieve:

  • Zero runtime compilation overhead
  • Predictable performance characteristics
  • Early validation of logic expressions
  • Efficient memory layout for cached logic

Structs§

LogicCompiler
Compiles and caches JSONLogic expressions for optimal runtime performance.