Python too slow for real world

Christian Tismer tismer at appliedbiometrics.com
Fri Apr 23 15:27:03 EDT 1999


"Steven D. Majewski" wrote:
...
> My guess would be that a difference this big is due to the file
> buffering mode.

This seems to be true.
After removing line I/O at all and doing some optimization,
the Python program now runs more than twice as fast than
the Perl version on my Linux box.
Although unfair, since I would have to optimize the latter
as well :-)

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaiserin-Augusta-Allee 101   :    *Starship* http://starship.python.net
10553 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list