-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NSString: Cache ICU collator in thread-local storage (#450)
* Add ICU collator caching * Update ChangeLog
- Loading branch information
Showing
4 changed files
with
197 additions
and
104 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2024-23-09: Hugo Melder <[email protected]> | ||
|
||
* Headers/Foundation/NSThread.h: | ||
* Source/NSString.m: | ||
* Source/NSThread.m: | ||
Cache ICU collator in thread-local storage to avoid | ||
expensive construction when comparing strings. | ||
|
||
2024-13-08: Hugo Melder <[email protected]> | ||
|
||
* Source/NSOperation.m: | ||
|
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
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