Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Bitboards verses Offsets ?

Author: TEERAPONG TOVIRAT

Date: 19:31:45 10/16/04

Go up one level in this thread


On October 16, 2004 at 10:58:17, Ron Peterson wrote:

>     I have seen some messeages about the use of bitboards for move generation.
>I use a offset approch for my move generator and I am pleased with the speed.  I
>have enclosed a copy of my "gen_white_knight" code.
>     My question is what type of speed increase wuold you expect to get in a
>move generator using bitboard?  50%?  100%?

Hi,

I think bitboards generate move faster especially capture moves. But it's slower
in makemove() and unmakemove() because it has to update a lot of data.
However, you can do a lot of tricks with bitboards in eval().  So,if you want to
compare the two methods, you 've to compare the performance not only speed of
movegen().

Regards,
Teerapong



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.