|
Re: PyGame slowdown: msg#00224python.pygame
Here's something that might be useful: <a href=http://psyco.sourceforge.net/>Psyco</a>. It's a C-based accelerator module for Python that can apparently greatly increase speed with no further change to the code than: import psyco psyco.full() There's no obvious effect on my machine, but I suspect this is because it's a laptop with one-generation-old graphics hardware. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: PyGame slowdown: 00224, Kevin MacKenzie |
|---|---|
| Next by Date: | Re: PyGame slowdown: 00224, Guillaume Proux |
| Previous by Thread: | Re: PyGame slowdowni: 00224, Kevin MacKenzie |
| Next by Thread: | Re: PyGame slowdown: 00224, Guillaume Proux |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |