I read through some articles on blocks and fast enumeration and GCD and the like. @Bbum, who\'s written many articles on the subject of GCD and blocks, says th
Seriously -- unless you have a measurable performance problem, this particular choice should occupy no more of your time than it takes to answer which of these patterns fits the most naturally with my project's style?
Note: adressing a performance problem by moving from serial to concurrent execution usually results having two problems; performance & concurrency.