#481 Performance: Regex not pre-compiled in activity_context.py

closed high Created 2025-12-17 02:25 · Updated 2025-12-17 02:26

Description

Edit
engine/activity_context.py:151-160 - resolve_variable_references() compiles regex on every call. Hot path during workflow execution. FIX: Pre-compile _VARIABLE_REF_PATTERN at module level.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...