Python too slow?

Ben Finney bignose+hates-spam at benfinney.id.au
Wed Jan 9 17:53:46 EST 2008


Christian Heimes <lists at cheimes.de> writes:

> dongie.agnir at gmail.com wrote:
> > [...] after running the code with the included sample input file,
> > it seems quite slow (1-2 seconds from start to finish to do the
> > 800 by 600 gif image).
> 
> Have you profiled your application? Do you know the bottle necks and
> the reason for the bottle necks? Is your application IO, memory or
> CPU bound? Have you considered rewriting the bottle necks in C?

All good questions. Another important one: Is the startup time of the
Python process (i.e. before executing any of the actual statements in
the program) a significant part of the total time in this case?

-- 
 \              "In the long run, the utility of all non-Free software |
  `\      approaches zero. All non-Free software is a dead end." —Mark |
_o__)                                                          Pilgrim |
Ben Finney



More information about the Python-list mailing list