Using functional tools
Alex Martelli
aleax at aleax.it
Sun May 5 03:25:03 EDT 2002
RPM1 wrote:
...
> Actually I like the Numeric solution. And since this is a chess program,
> this function will easily be called 100's of millions of times. So ANY
> savings is worth while.
Do consider moving to Numeric for all your array/handling, rather than
just using it for a few manipulations with transformation to/from lists:
you may be able to get substantial acceleration this way.
Alex
More information about the Python-list
mailing list