#515 [ENGINE/Perf] Regex compiled inline in durable_context.py
Description
Edit**File:** engine/durable_context.py:1621
**Problem:** Regex pattern compiled inline rather than at module level.
**Severity:** MEDIUM
**Fix:** Move regex compilation to module level constant.
**Impact:** Minor performance improvement for durable context operations.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...