For the c++ STL, there is a de-facto standard location (besides the de-jour standard, I mean) to find information about the complexity guarantees of standard container operations.
Is there an analogous, web-accessible document listing complexity guarantees for NSArray, NSDictionary, etc.?
For example, I cannot find a reference that gives complexity for [NSArray count]
NSArrayandNSDictionaryare actually part ofFoundationframework. However what He Shiming said still holds since it's a Apple framework. – Saphrosit Mar 31 '12 at 14:01