Seth Thu, 21 May 2015 15:31:18 -0700
Hi all, Consider the following code:
foo = [bar(x) for x in a] Is this code as optimized as it can be with respect to indexing? That is, does Julia automatically apply @inbounds to comprehensions? Thanks.