[snip]
>
> Change this line:
>
>> cids = [line.strip() for line in open('prov_30.csv')]
>
> with:
>
> cids = {}
> cids.fromkeys([line.strip() for line in open('prov_30.csv')])
>
> and see if it makes the code run any faster.
>
> - RajaI thought the cids file was much smaller and at best added a small fixed overhead. -- Asokan Pichai *-------------------* We will find a way. Or, make one. (Hannibal) _______________________________________________ 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
