-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance regressions in Strings utility (#91462)
Some of the changes in #90672 introduced considerable performance hits for many shards benchmarks because the changed methods are used in hot loops here and there. This reverts some of the changes to the previous code and delegates to the fast `isNullOrBlank` to fix `hasText` performance for strings.
- Loading branch information
1 parent
b46ee9c
commit 6e60e6a
Showing
1 changed file
with
21 additions
and
4 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