[Swift-devel] Re: Swift Error! Round 2

Ben Clifford benc at hawaga.org.uk
Wed Oct 10 18:18:22 CDT 2007



On Wed, 10 Oct 2007, andrewj at uchicago.edu wrote:

> >  foreach r, i in ROIs { 
> >    fs[i] = SegNClass(...)
> >  }

>   This does work, but like I mentioned above, this could be
> bad when we seriously scale up to thousands of little output
> files coming and going in the same place. 

Do it the way shown above.

For 'serious scaling up', you probably need to put a different mapper on 
the output array to cause it to put files in different directories.

-- 



More information about the Swift-devel mailing list