Open mattj256 opened 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.
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.
Ok.
The current implementation creates a ton of Java objects and will be quite inefficient. Bitboards are more efficient and we should use them.