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
An unnecesary search into the WrapperFactoryList can be avoided implementing the Get method to return an unlimited polymorphic variable. With the following changes we will get a better performance:
The Get procedure will be implemented (as deferred) into DimensionsWrapper_xD.
ParameterListEntryContainer will use DimensionsWrapper_xD and select the appropiate DimensionsWrapper depending on the dimensions of the value.
Wrapper must return an unlimited polymorphic value
The text was updated successfully, but these errors were encountered:
contains deferred Setters and Getters.
Now, Getters in ParameterListContainer doesn't have any dependecies
with WrapperFactoryList and we the values directly from the Wrappers.
This strategy removes at least one innecesary level of indirection.
Related with issue #3. Solved.
An unnecesary search into the WrapperFactoryList can be avoided implementing the Get method to return an unlimited polymorphic variable. With the following changes we will get a better performance:
The text was updated successfully, but these errors were encountered: