Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Pawn hashing without Zobrist keys

Author: Dieter Buerssner

Date: 13:59:13 09/12/03

Go up one level in this thread


On September 12, 2003 at 16:53:44, Omid David Tabibi wrote:

>assuming 'table_size' is a power of 2, the following two expressions are
>equivalent:
>
>address = key % table_size;
>address = key & (table_size - 1);

Omid, read over this thread, again. I think, there is no doubt, that Gerd is
very well aware of the above. It seems, you are not aware of all the
consequences (GCP gave you a hint).

Regards,
Dieter



This page took 0.01 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.