Skip to content
Snippets Groups Projects
Commit 8fcc5c59 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Only build the entire graph of system after a parse process.

Each tool needs to be independent, which
meant that every time a tool was called,
it would build the entire system graph.
This was an obvious waste of time and resources.

Now, the tools build the graph based
on the requested services, which
drastically reduces the time needed to
construct the necessary dependency graph.
parent afd3dbe4
No related branches found
No related tags found
No related merge requests found
Showing
with 102 additions and 59 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment