mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
NSString: Cache ICU collator in thread-local storage (#450)
* Add ICU collator caching * Update ChangeLog
This commit is contained in:
parent
cdbb1cc1b4
commit
5cd19978d5
4 changed files with 198 additions and 105 deletions
|
@ -72,6 +72,8 @@ GS_EXPORT_CLASS
|
|||
struct autorelease_thread_vars _autorelease_vars;
|
||||
id _gcontext;
|
||||
void *_runLoopInfo; // Per-thread runloop related info.
|
||||
// Used to store a GSICUStringCollatorCache object for this thread.
|
||||
id _stringCollatorCache;
|
||||
#endif
|
||||
#if GS_NONFRAGILE
|
||||
# if defined(GS_NSThread_IVARS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue