Chess.jl
Chess.jl copied to clipboard
Create structure to preallocate move matrix
This will dramatically ease heap memory allocation. The matrix must be MAX_MOVES_PER_TURN by MAX_PLYS_CAN_LOOK.