-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change rewinding's
ArtifactNestedSetKey
search strategy to improve …
…worst-case performance. Instead of doing a search for every (lost artifact, `ArtifactNestedSetKey`) pair, do a single "bulk" search looking for all lost artifacts. When there are many lost artifacts, this is much more efficient. Additionally, we can prune visitations of nodes shared by multiple `NestedSet`s. PiperOrigin-RevId: 663981449 Change-Id: Ic06f65e4f1dc9ca16a9bdd4a9c520b3ecd44be57
- Loading branch information
1 parent
0fa8f9f
commit ffdf41a
Showing
3 changed files
with
76 additions
and
121 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
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