Click here to Skip to main content
15,891,905 members
Articles / Programming Languages / C++

Worlds Fastest Bitboard Chess Movegenerator

Rate me:
Please Sign up or sign in to vote.
5.00/5 (26 votes)
6 Oct 2021CPOL24 min read 40.2K   1.2K   22  
How C++ enables us to write insanely fast code - for chess, and anywhere else
How to write the fastest possible Chess Position code. What tricks are used - what ideas are implemented. Many optimizations are applicable to other high performance code. Familiarity with allowed chess moves required. Given any Chess position - count all chess positions following that move in the least amount of time.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Austria Austria
I use my spare time to make C# and C++ applications.

Comments and Discussions