Efficient processing of large nuumeric data file

Paul Rubin http
Fri Jan 18 13:38:15 EST 2008


Tim Chase <python.list at tim.thechases.com> writes:
>   first = int(data[0])
>   try:
>     count = int(data[1])
>   except:
>     count = 0

By the time you're down to this kind of thing making a difference,
it's probably more important to compile with pyrex or psyco.



More information about the Python-list mailing list