Subj : Re: which for loop is better? To : comp.programming.threads From : Torsten Robitzki Date : Fri Mar 25 2005 11:06 am sam wrote: > I should've elaborated the problem. Here it goes : for the same number > of total iterations(100*1000 in this example) in nested-for-loops, is > it more effective to have the outer for loop iterate more than the > inner one (case 2), or the other way around (case 1)? And it realy doesn't matter if you have IO in the inner loop. And BTW this group is about threading. .