-
Notifications
You must be signed in to change notification settings - Fork 2
Evaluation of dependent parameters is slow #290
Copy link
Copy link
Open
Labels
[area] parameters and descriptorsAnything related to Parameters or DescriptorsAnything related to Parameters or Descriptors[priority] mediumNormal/default priorityNormal/default priority[scope] maintenanceCode/tooling cleanup, no feature or bugfix (major.minor.PATCH)Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)
Description
Activity
Metadata
Metadata
Assignees
Labels
[area] parameters and descriptorsAnything related to Parameters or DescriptorsAnything related to Parameters or Descriptors[priority] mediumNormal/default priorityNormal/default priority[scope] maintenanceCode/tooling cleanup, no feature or bugfix (major.minor.PATCH)Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)
The dependency expression gets is parsed every time the parameter changes. Caching it would save a lot of time. Units are converted several times per fit iteration, which also is very timeconsuming.