-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only filename's suffix needs to be lowercase because only the suffix is used for key's hash. This observation leads to optimizing out nr_strdup done by nr_string_to_lower. Also only small portion of the filename needs its case to be converted, not the whole filename (with path, which can be long).
- Loading branch information
Showing
1 changed file
with
15 additions
and
6 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