-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speedup IndexNameExpressionResolver#checkSystemIndexAccess (#100083)
Often we're dealing with the always true predicate here in which case we can skip most of the logic. Also the existing logic can be made somewhat faster by shrinking it into a single loop.
- Loading branch information
1 parent
5628392
commit 33fd7e6
Showing
1 changed file
with
34 additions
and
20 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