Hallo,
On 11/6/09, Marc Feeley feeley@iro.umontreal.ca wrote:
Did you consider using a smaller hash that can fit in a fixnum?
This hash is used, instead of the whole position (game board, who's to play etc.), as the key in the table, because of memory constraints. With 30-bit fixnums the hash cannot be used as the key, as the chance of collisions is too high.
Cheers,