Hello all,
I want to know about the implementation of tuple based array indexing.
Specifically I observe that there is considerable difference in performance
between
for i in A.domain.dim(1) do
for j in A.domain.dim(2) do
something
and
for (i,j) in A.domain do
something
with the latter far faster than former.
Why is this so?
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers