Closed niklasf closed 9 years ago
S. Tannous describes a method for faster move generation in languages like Python by avoiding rotated bitboards. It comes with a complete implementation of a chess engine.
This would be an excellent way to improve move generation speed in python-chess.
Done.
S. Tannous describes a method for faster move generation in languages like Python by avoiding rotated bitboards. It comes with a complete implementation of a chess engine.
This would be an excellent way to improve move generation speed in python-chess.