[gambit-list] Avoid make_array

Alex Queiroz asandroq at gmail.com
Fri Nov 6 09:24:19 EST 2009


Hallo,

On 11/6/09, Marc Feeley <feeley at 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,
-- 
-alex
@asandroq
http://www.ventonegro.org/



More information about the Gambit-list mailing list