lightvector / arimaa-server

Arimaa server
Other
9 stars 2 forks source link

Use bitboards for internal board representation. #19

Open mattj256 opened 9 years ago

mattj256 commented 9 years ago

The current implementation creates a ton of Java objects and will be quite inefficient. Bitboards are more efficient and we should use them.

lightvector commented 9 years ago

As long as we keep things modular and well-designed so that we can switch things out later, let's not worry too much about this.

mattj256 commented 9 years ago

Ok.