El 28/09/2008, a las 0:47, Alan Grow escribió:
> Hello,
>
> Why would an app compiled with py2exe run about six times slower
> than it does under the python interpreter?
>
> I've got a bunch of trace points throughout my python code, and have
> measured the average time between successive trace points. There are
> no real outlyers in the datasets for both the py2exe and python
> runs, just a 6-fold average increase in the time deltas for the
> py2exe run. This leads me to believe that there's no single point of
> slowdown under py2exe that needs investigation, just a sort of
> overall slowdown.
Would it be possible for you to generate the smalles possible source
code example that shows this behaviour on your computer so we can try
reproduce it?
|