-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Core (ChessGame)Related to Chess coreRelated to Chess coreenhancementNew feature or requestNew feature or request
Description
- Right now, every time a single move has been made, either in a real move or a simulated move (all moves are simulated before being presented to the player), all pieces dangersquares are being recalculated.
Changing this approach to only update possibly affected pieces, should improve performance.
- Performance analysis results of bots, shows that UpdateDangerzones() is a major hot path. Any improvements should improve calculation speed of bots.
Metadata
Metadata
Assignees
Labels
Core (ChessGame)Related to Chess coreRelated to Chess coreenhancementNew feature or requestNew feature or request