-
Notifications
You must be signed in to change notification settings - Fork 0
Better way of handling input tree updating #38
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpriority/highWork upon immediatelyWork upon immediatelysize/xlLarge scale implementationLarge scale implementation
Description
Currently, the input trees are fully reconstructed when required.
One potential solution could be to assign each element an ID, which represents its global index in the application tree. Then, just append / remove elements in a sorted list that represents the positional/non positional input tree.
I might end up rewriting the whole Application_Input file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority/highWork upon immediatelyWork upon immediatelysize/xlLarge scale implementationLarge scale implementation
Projects
Status
Ready