This page describes all problems, tasks and solution approaches regarding the data structure to handle invocation data.
Main topics
- How can the data structure be modified to optimize the data handling?
Current solution (state)
(Previous solution approaches regarding this topic were already discussed in the master thesis.)
One approach would be to change the data structure from hierarchy based to relation based.
Potential candidates for this is the Adjacency list and Pre-order Traversing.
New approaches / solution
Coming soon...
Questions / Possible Problems
Coming soon...