Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Improve MVV-LVA performance #101

Closed
KYLChiu opened this issue Jan 31, 2024 · 0 comments · Fixed by #100
Closed

[Feature] Improve MVV-LVA performance #101

KYLChiu opened this issue Jan 31, 2024 · 0 comments · Fixed by #100
Assignees
Labels
good first issue Good for newcomers

Comments

@KYLChiu
Copy link
Owner

KYLChiu commented Jan 31, 2024

practically all moves have to and from squares, so checking them before checking captures is not ideal. Checking if captures first could reduce the number of calls to piece_at.

@KYLChiu KYLChiu added the good first issue Good for newcomers label Jan 31, 2024
@KYLChiu KYLChiu self-assigned this Jan 31, 2024
@KYLChiu KYLChiu linked a pull request Jan 31, 2024 that will close this issue
@KYLChiu KYLChiu changed the title [Feature] Improve MVV-LVA [Feature] Improve MVV-LVA performance Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant