-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
As discussed starting in PR #112 (comment), optimize the processing of recipe actions to more efficiently perform defined actions.
I think we would want to parse an entire recipe first, build up a dependency graph of sorts (that also caches originally values that might be needed) and then do the replacements the most efficient way possible, possibly instead of parsing over every action and checking for every field, we first create an assignment of specific actions to specific fields, and then do a much more informed replacement.
vsoch
Metadata
Metadata
Assignees
Labels
No labels