Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement newBitboard to avoid string operations. (#75)
Instead of building a string of "0"s and "1"s and then converting it, newBitboard now uses bit arithmetic to convert a map to a uint64. This avoids memory allocation and a bunch of string operations.
- Loading branch information