-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memoize existsSync calls on the fastboot instance itself
In large applications with many nested addons and engines, this can do excessive work. Luckily it is perfectly consistent for us to cache this on the addon instance state. In-fact it is incoherent for this to change from the perspective of one fastboot addon instance
- Loading branch information
1 parent
d688533
commit aac6fe5
Showing
1 changed file
with
14 additions
and
2 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