Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Interruption and C++

Author: Anthony Cozzie

Date: 09:41:46 08/26/03

Go up one level in this thread


On August 26, 2003 at 12:01:55, Mathieu Pagé wrote:

>I've forgot to add that other computations can be donne in the will loop, it can
>be AlphaBeta stuff (ie).
>
>Also note that this techniques does not use modulo operator that I tink are
>slower than the substractions that my solutions use.

modulus = slow.

Modulus by power of two -> AND with mask -> fast.

anthony



This page took 0 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.