[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Linux binaries



Patrick Mullen wrote:
On Tue, Nov 4, 2008 at 12:55 AM, Greg Ewing <greg.ewing@xxxxxxxxxxxxxxxx> wrote:

The only way to improve speed is to re-code the cpu-intensive
parts using something more efficent, such as C or Pyrex.

Or, of course, write better python code if possible in those parts.

Yes, certainly -- finding a better algorithm is always
the best form of optimization!

--
Greg