-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize path mapping lookups #59048
Merged
Merged
Commits on Jun 27, 2024
-
Use a
Set
and a binary search to find longest-prefix matches more q……uickly. This also adds a naive cache for each call, though it is not resilient to being passed the same array of patterns twice with different contents, and could be defeated if the patterns frequently differ.
Configuration menu - View commit details
-
Copy full SHA for 9de8ff3 - Browse repository at this point
Copy the full SHA 9de8ff3View commit details -
Cache more than one input array at a time to avoid redoing work in a …
…ping/pong situation.
Configuration menu - View commit details
-
Copy full SHA for 347908c - Browse repository at this point
Copy the full SHA 347908cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0c17e - Browse repository at this point
Copy the full SHA 5b0c17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a88ba6 - Browse repository at this point
Copy the full SHA 4a88ba6View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 123b7c3 - Browse repository at this point
Copy the full SHA 123b7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d4bc20 - Browse repository at this point
Copy the full SHA 3d4bc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8919029 - Browse repository at this point
Copy the full SHA 8919029View commit details -
Revert "Avoid leaning on the WeakMap when we can cache on `ConfigFile…
…Specs`." This reverts commit 8919029.
Configuration menu - View commit details
-
Copy full SHA for 75835bb - Browse repository at this point
Copy the full SHA 75835bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12d1a11 - Browse repository at this point
Copy the full SHA 12d1a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012259e - Browse repository at this point
Copy the full SHA 012259eView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94b522a - Browse repository at this point
Copy the full SHA 94b522aView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5342b46 - Browse repository at this point
Copy the full SHA 5342b46View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e508d0 - Browse repository at this point
Copy the full SHA 7e508d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c76ad - Browse repository at this point
Copy the full SHA 88c76adView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.