Skip to content

Release v2.0.0

Latest

Choose a tag to compare

@glolichen glolichen released this 17 Oct 01:40
· 6 commits to main since this release

Use bitboards. Storing the board as a couple of unsigned long longs and using bitwise operators on them for maximum performance. Approximately 3x performance improvement in best cases.