Advice wanted on parallel processing
Colin Paul Adams
colin at colina.demon.co.uk
Wed Mar 18 16:59:54 EDT 2009
>>>>> "Brandon" == Brandon S Allbery KF8NH <allbery at ece.cmu.edu> writes:
>> The array has 12 elements.
Brandon> How many times do you call it? Perhaps the real
Brandon> optimization you need is to memoize.
Very many times indeed. But it is a different array on most occasions
(I am not updating in place).
It represents one rank of the board on which the game is played. The
move generator produces a new board for each move.
--
Colin Adams
Preston Lancashire
More information about the Glasgow-haskell-users
mailing list