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 11:20:05 -07:00
2016-03-08 11:56:58 -08:00
2016-04-13 11:20:05 -07:00
2016-04-13 11:20:05 -07:00
2016-04-09 11:23:25 -07:00
2016-04-11 12:59:04 -07:00
2016-03-23 23:36:59 -07:00
2016-03-17 10:38:51 -07:00
2016-04-09 10:55:52 -07:00
2016-04-09 10:55:52 -07:00
2016-03-19 19:56:41 -07:00
2016-03-15 22:34:29 -07:00
2016-03-08 00:53:06 -08:00
2016-03-19 19:56:41 -07:00
2016-04-26 10:45:35 -07:00
2016-03-24 20:08:03 -07:00
2016-04-19 15:06:00 -07:00
2016-04-15 07:11:24 -07:00
2016-03-31 20:43:20 -07:00
2016-03-08 00:53:06 -08:00
2016-04-13 11:20:05 -07:00
2016-04-13 11:20:05 -07:00
2016-04-13 14:23:02 -07:00
2016-04-13 14:23:02 -07:00
2016-04-19 13:43:41 -07:00
2016-03-09 21:22:45 -08:00
2016-03-19 19:56:41 -07:00
2016-04-13 14:23:02 -07:00
2016-04-13 14:23:02 -07:00
2016-03-12 17:45:09 -08:00
2016-03-22 14:38:50 -07:00
2016-03-22 14:38:50 -07:00
2016-03-07 14:46:06 -08:00
2016-04-13 14:23:02 -07:00
2016-04-13 14:23:02 -07:00
2016-03-08 00:53:06 -08:00
2016-03-08 00:53:06 -08:00
2016-03-15 22:34:29 -07:00