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.

Reply via email to