Premature optimization
$ python -B run_game.pyWarning: Cython not installed, using slower Python vector implementation
Average FPS: 70.7130024164
$ sudo apt-get install cython
[...]
$ python -B run_game.py
Average FPS: 153.46775698
(log in to comment)
objarni on 2010/03/29 21:01:
Ahh. Nice :)