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§
- Logic
Compiler - Compiles and caches JSONLogic expressions for optimal runtime performance.