You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using [NSObject valueForKeyPath:] there seems to be a heavy performance impact. This is very noticeable for example when using an NSSortDescriptor to sort a large array.
When profiling the app it seems a lot of time in [NSObject valueForKeyPath:] is spent processing the actual NSString of the key path.
Attached is a screen grab of the relevant profile section.
The text was updated successfully, but these errors were encountered:
When using
[NSObject valueForKeyPath:]
there seems to be a heavy performance impact. This is very noticeable for example when using an NSSortDescriptor to sort a large array.When profiling the app it seems a lot of time in
[NSObject valueForKeyPath:]
is spent processing the actual NSString of the key path.Attached is a screen grab of the relevant profile section.
The text was updated successfully, but these errors were encountered: