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

Add multithreaded selftest implementation #1

Open
alex65536 opened this issue Aug 13, 2022 · 1 comment
Open

Add multithreaded selftest implementation #1

alex65536 opened this issue Aug 13, 2022 · 1 comment

Comments

@alex65536
Copy link
Owner

Currently, selftest can take much time (especially for owlchess, which verifies all of its internal invariants, taking ~12 mins for testing). We need to parallelize it somehow. For example, split input boards between different threads.

@alex65536
Copy link
Owner Author

alex65536 commented Aug 25, 2024

BTW it's already implemented in Golang. See here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant