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
Both ScenarioStep and StepTemplate length have a quadratic impact on execution performance (the alignment algorithm runs O(n*m) in time and space). EspeciallyScenarioStep is easily modifiable user input and can have widely varying lengths. We should define a configurable maximum length to ensure we don't accidentally bust the JVM heap.
The text was updated successfully, but these errors were encountered:
Both
ScenarioStep
andStepTemplate
length have a quadratic impact on execution performance (the alignment algorithm runs O(n*m) in time and space). EspeciallyScenarioStep
is easily modifiable user input and can have widely varying lengths. We should define a configurable maximum length to ensure we don't accidentally bust the JVM heap.The text was updated successfully, but these errors were encountered: