-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg add: cache the span of the filesystem
Only perform once the loop over all the packages to gather the provides/requires to be used when calling pkg add command. This was attempted in pkg 1.20 already but backout due to performance penalty, by caching to once per call of pkg add this should improve the performance penalty. Next step if this is not enough would be to save the cache for other calls
- Loading branch information
Showing
1 changed file
with
67 additions
and
39 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