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

Re: [pygame] Need help with Surfarray



On Wed, 2005-10-05 at 14:40 +0900, Guillaume Proux wrote:
> I tried it but it did not help me much. Maybe i don't know enough about 
> psyco to know how to properly use it.

I don't think psyco can work well when data is stored inside Numeric
arrays. I'm pretty sure it can only optimize pure python containers.