Re: [R] Comparing execution times

2011-04-11 Thread Steve Lianoglou
Just a comment about your use of foreach: On Mon, Apr 11, 2011 at 6:29 AM, Alaios wrote: [snip] > C.Case. Foreach is considered to be easier to be applied to manycores. > > foreach (i=1:dimz) %do% { >    print(sprintf('Creating the %d map',i)); >    Shadowlist[,,i]<-f <- GaussRF(x=x, y=y, model=m

[R] Comparing execution times

2011-04-11 Thread Alaios
Dear all, In my 'simple' computer I was running some experiments to help me understand how faster a multicore lapply will be. I thought it might be interesting for some people to look at the results. Even though are not accurate, still might be a good indicator how much improvement there can be