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 with DataLogic v4, we achieve:
- Zero runtime compilation overhead
- Thread-safe compiled logic via Arc
- Early validation of logic expressions
- Efficient memory sharing across async tasks
Structs§
- Logic
Compiler - Compiles and caches JSONLogic expressions for optimal runtime performance.