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

Re: [pygame] sprite module optimizations have been uploaded



Nice work Jason!

On Sat, Apr 17, 2010 at 6:51 PM, Jason M. Marshall <jmm0@xxxxxxxxx> wrote:
I finished making optimizations to the sprite module. The new sprite.py has been uploaded to the Subversion repository. I am pleased to announce that on my Mac with Python 2.5, sprite_test.py now runs in 0.038 seconds rather than 0.076 seconds, and on my PC with Python 3.1, sprite_test.py now runs in 0.016 seconds rather than 0.031 seconds. If I have inadvertently broken your code or made it slower, let me know and I'll undo the optimization that doesn't work for you.

Jason