Skip to content
Snippets Groups Projects
  • Eric Vidal's avatar
    8fcc5c59
    Only build the entire graph of system after a parse process. · 8fcc5c59
    Eric Vidal authored
    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.
    8fcc5c59
    History
    Only build the entire graph of system after a parse process.
    Eric Vidal authored
    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.