-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve source map performance for directories with same path
This PR aggregates the directories to a map of paths to tuples containing prefixes and suffixes. This will reduce the overhead of scanning paths when multiple directory elements are defined with the same path but differnet prefixes or suffixes. Addresses #6111
- Loading branch information
1 parent
5f8c741
commit e9be224
Showing
2 changed files
with
113 additions
and
4 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
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