-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize dependency graph traversal (#249)
Parsing the dependency graph specifically for JSON project descriptions is quite slow for large projects. The biggest contributor is from re-computing the set key for targets. This change optimizes how the targets are indexed when constructing the dependency graph.
- Loading branch information
1 parent
c1f61ce
commit 90a260a
Showing
4 changed files
with
335 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.