>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #623
Update issue details
Title *
Description
**Target:** engine/apps/executor.py - _sanitize_for_log() method **Expected Gain:** 30-40% **Bottleneck Analysis:** - Called on every app execution - Recursive dict/list traversal with type checking - String slicing operations in loops - Deep nested structure sanitization **Cython Strategy:** - Use typed recursion with cdef functions - C-level type checking (PyDict_Check, PyList_Check) - Optimize string truncation with typed buffers - Inline recursive calls where possible Tags: cython, performance
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel