On Jul 20, 2007, at 12:10 PM, Jason House wrote:


That's essentially the best that I came up with. Since bit board operations on 19x19 are slow...

They are not necessarily slower than on smaller boards if you store only non-zero portions of your bitmaps along with the start and end row indices. The bitboard operations would be dealing with much less data, often just single rows.

(Caveat: I haven't actually tried this yet.)

Ian
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to