Re: Performance comparison Q - results

Brian Kelley <[email protected]> Mon, 9 May 2005 16:21:39 -0400
Newsgroups gmane.comp.db.metakit
Message-ID <[email protected]>
The python loop should probably be:

sum = 0
for e in data: 
     sum += e

generating indices in python and dereferencing is not incredibly fast.

Cheers, Brian.
_____________________________________________
Metakit mailing list  -  [email protected]
http://www.equi4.com/mailman/listinfo/metakit