At 07:53 PM 12/3/2006, you wrote:
A note: we're working on converting Orego back from C++ to Java,  ...

this is probably a silly idea, but i was recalling how you defined location in some of your previous code. also, you had arrays of boards and neighbors. something like board[], north[], south[], etc. with the indexes in some sane order. the index values could be a big enum (a1,b1, ... a2, b2, ...)

if you defined the enum values in a crazy order like a1, b1,b2,a2, c1,c2,c3,b3,a3 (sort of a screwy one quarter reversing spiral) maybe you could save some memory when the board size was small?

just a thought.

thanks

---
vice-chair http://ocjug.org/


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

Reply via email to