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

Callback to rules whenever something is added to knownValues #10

Open
Zomis opened this issue Jan 4, 2015 · 1 comment
Open

Callback to rules whenever something is added to knownValues #10

Zomis opened this issue Jan 4, 2015 · 1 comment

Comments

@Zomis
Copy link
Owner

Zomis commented Jan 4, 2015

Currently the sequence of operation is:

  • Create a GameAnalyze with some knownValues
  • Add something to the knownValues
  • Loop through knownValues and simplify.

It might improve performance if rules are notified and automatically simplified whenever something is added to the known values.

It feels like it would especially improve performance for some more 'advanced' rules, such as the newly created UniqueSequence rule.

@Zomis
Copy link
Owner Author

Zomis commented Mar 22, 2016

This should be possible with the listener introduced with #18

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