The current implementation of ComponentArchetype::CreateGraph relies on literal_pool to find links for certain variables. However, it would be more efficient to use unified_variable_links_lists_pool_ instead.
That would require only one for loop instead of having 3 separate ones.
The current implementation of
ComponentArchetype::CreateGraphrelies onliteral_poolto find links for certain variables. However, it would be more efficient to useunified_variable_links_lists_pool_instead.That would require only one for loop instead of having 3 separate ones.