On Tue, Nov 10, 2009 at 4:50 PM, Asokan Pichai <[email protected]> wrote: > I thought the cids file was much smaller and at best added a small > fixed overhead.
If cids < 10 items, then it's no different. But greater than 50 items, a dictionary is definitely better. Put it inside a loop and the effect is further magnified. I've done a fair bit of CSV processing in the past, and in my experience, processing a 100MB file in 45 mins is slow. I think a scripting language should be able to do it under 1 minute, and C about 20 seconds. - Raja _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
