FCompiledGraph

This structure stores a compiled graph A compiled graph allow a dataflow evaluator to evaluate a graph efficiently without having to parse the graph again Reference to nodes are sorted by tasks in order of execution and dependency Making it easy to spawn actual async task from for example The data is also organized in arrays of fixed sized structure for faster cache access and limited allocation