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
Allow option to automatically map the paths that are used so that they will be available later to make similar lookups faster.
For example, if there is a struct at foo.bar and it is mapped then it should not take as long to look up foo.bar.value2 after looking up foo.bar.value1.
This will be of the most benefit with using with highly nested objects/structs where it may take longer to get to a specific point in the path.
The text was updated successfully, but these errors were encountered:
Allow option to automatically map the paths that are used so that they will be available later to make similar lookups faster.
For example, if there is a struct at
foo.bar
and it is mapped then it should not take as long to look upfoo.bar.value2
after looking upfoo.bar.value1
.This will be of the most benefit with using with highly nested objects/structs where it may take longer to get to a specific point in the path.
The text was updated successfully, but these errors were encountered: