Re: [PyOpenGL-Users] 2d sprite engine performance.
Brought to you by:
mcfletch
From: Erik J. <ejo...@fa...> - 2005-04-06 23:25:09
|
On Wed, 6 Apr 2005 14:21:11 -0700 (PDT), "Rich Drewes" said: > It may also be worth trying psyco to speed up the Python portion of your > code (http://psyco.sf.net). psyco is an easy install and requires only a > line or two at the top of your program to invoke it. Depending on your > code, speedup can be dramatic. I suspect in your case it won't be > dramatic, but it might be enough. Doing a blanket call to Psyco for my whole application gives me a 3-5% performance improvement, which isn't spectacular, but is nice to get for free. I haven't looked into had tuning things for further gains. The last time I checked, Psyco was x86 only. Unfortunately it doesn't help my iMac. This is kind of off topic for this list, but while we are talking about Psyco, I might as well ask. Does anyone know if you can use Psyco with py2exe? Thanks, Erik |