You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All functions operating on C Board should use only a reference as parameter
Ideally any memory needed by any function currently implemented as part of C_Board should be allocated together with the C_Board struct (legal moves, board scan, etc...)
Ideally the refactored implementation should be faster or as fast as the current implementation