-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous implementation of StaticUtils.toLowerCase() was optimized for ASCII characters. However, this no longer appears to provide a reasonable performance benefit in comparison to passing the call to the JDK. More background on this is available on Jira. Reviewer: vyhhuang Reviewer: dougbulkley JiraIssue: DS-49717
- Loading branch information
1 parent
2649a65
commit 4b1fc5a
Showing
2 changed files
with
22 additions
and
94 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