On Wed, 2008-10-29 at 14:24 -0400, Michael Williams wrote:
> Yeah, I guess doing an extra subtraction in the loop (for the
> comparison) is slower than having a separate loop for initialization.

This might actually be a real slowdown now that I think about it.   The
initialization loop should be real fast, just 1 pass over all the points
on the board.   And this is something that gets optimized very well.
But you are adding the equivalent (or more) amount of work to another
loop that is basically the same size. 

- Don

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to