Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 500 Bytes

File metadata and controls

9 lines (4 loc) · 500 Bytes

Objective-C @property access benchmarks

A simple benchmark Xcode project to examine the overhead of various methods of accessing @property variables in Objective-C.

Adapted from Mike Ash's Performance Comparisons of Common Operations

Refer to this blog post for further details and results from a number of iPhone and iPod devices.