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

Make evaltree and action reentrant #9

Open
suokko opened this issue Jun 30, 2020 · 0 comments
Open

Make evaltree and action reentrant #9

suokko opened this issue Jun 30, 2020 · 0 comments

Comments

@suokko
Copy link
Owner

suokko commented Jun 30, 2020

Reentrant parser should support:

  • Calls from multiple threads for different hands.
  • An "exception" to pause the evaluation for DDS solving. Hand is stored to wait more hands to be searched simultaneously.

One way to archive this would be remove handstat caching which would be replaced with implicit variables for expensive calls like tricks().

@suokko suokko added this to the Release v1.1.0 milestone Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant