Comparison of Objective-C Enumeration Techniques

Mike Ash: If there are multiple contiguous object stores, NSFastEnumeration allows the collection to return interior pointers one after another, allowing for a quick loop implementation over each store, and requiring an Objective-C message only for getting the next interior pointer. For collections without contiguous storage, NSFastEnumeration allows the collection to copy objects out to … Continue reading Comparison of Objective-C Enumeration Techniques