links for 2008-05-28 May 28, 2008 by Mike Cohen Bypassing Objective-C’s Message Passing Mechanism for Speed The author compares the performance of objC message passing, calling the method directly, and a C function. In this case, 53% of the CPU time is spent in objc_msgSend. (tags: cocoa programming obm) Share this:FacebookLinkedInMastodon