[wxPython-users] Improve performance
Andy.Henshaw at gtri.gatech.edu
Andy.Henshaw at gtri.gatech.edu
Mon Aug 21 11:31:14 PDT 2006
Robin Dunn wrote:
> Franz Steinhäusler wrote:
> > Hello, I have converted the wxWidgets Sample fractal.cpp to
> wxPython.
> >
> > My questions are:
> >
> > 1) the wxWidgets implementation is about 5 times faster (only
> > estimate) How can I improve the performance?
>
> Profile the app to find out exactly what is taking so long,
> then either move that part out to a C extension module, use
> psyco, or etc.
I tried psyco and got about a 20% reduction in render time.
More information about the wxpython-users
mailing list