You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: optimize processor pipeline to avoid redundant reprocessing
Modify picker event handlers to restart only the affected processor instead
of restarting from the matcher. When sorter changes, restart sort processor
with matcher output. When renderer changes, restart render processor with
sorter output. This avoids redundant matching operations.
Also implement copy-on-write for sort processor to prevent modifying the
input array, ensuring pipeline integrity.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments