-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove memoization of the
Paths
intrinsic to reduce memory usage (C…
…herry-pick of #19689) (#19716) Remove memoization of the `Paths` intrinsic, since it is very memory intensive, and relatively cheap to recompute from its memoized inputs. Improves performance for `pants dependencies ::` in the Pants repo by 6%, and eliminates the `paths` Node line item mentioned on #19053, since it will no longer be held in memory by memoization. Fixes #19053. Co-authored-by: Stu Hood <[email protected]>
- Loading branch information
1 parent
3221395
commit 68b5b42
Showing
2 changed files
with
46 additions
and
105 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