From: fatjim at home.com (Jim Meier) Date: Fri, 23 Apr 1999 15:25:28 GMT Subject: Python too slow for real world References: <372068E6.16A4A90@icrf.icnet.uk> <37207685.F29BE1AB@ingr.com> Message-ID: <3720921A.5C1651D8@home.com> X-UID: 411 "Magnus L. Hetland" wrote: > Joseph Robertson writes: > > This way you can create views on your data without actually trying to load it > > all. The tradeoff of course is memory for fileaccess time, but I found > > fileaccess to be faster than doing all the work 'up front'. > > Hm. Yes. > > If the size (in lines) of the records is constant, then you could, of > course, use seek to skip all the data while processing as well... Of course, if you were really SERIOUS about finishing the project quickly, you could ignore "seek" and just skip processing the data at all... *shy grin* -Jim