Files
Swiftgram/AsyncDisplayKit/Details
Michael Schneider 2ab82f5995 Move to fast enumeration for iterating through an array
We move from block based enumeration for the array to fast enumeration as from a benchmark perspective this is faster. For the dictionary we stay with block based enumeration as looking up the value for the key in e.g. fast enumeration would be slower as using the block based API where we get the key and value for passed in
2016-04-26 10:45:35 -07:00
..
2016-04-13 14:23:02 -07:00
2016-04-13 14:23:02 -07:00