-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make LaunchManager's IResourceDeltaVisitors more light weight
1. Implement the IResourceDeltaVisitor in LaunchManager as lambda's instead of nested classes. 2. Defer obtaining a delta's resource as long as possible and instead only on the full-path of the delta. Previously the resource of each delta was obtained without real need, which lead to potentially unnecessary object creation.
- Loading branch information
1 parent
9a9e15a
commit 8d5bfec
Showing
1 changed file
with
62 additions
and
117 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