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

future work: consider memoizing calculations in predicate evaluation #419

Open
MicaiahReid opened this issue Sep 20, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link
Contributor

When we are evaluating predicates, there can be (and probably will be increasingly as predicate types get more complex) expensive computations that happen in a loop. We can't do much about that on transaction data, but we could pre-compute some of this stuff when a predicate is created.

We should probably revisit this at some point in the future.

@MicaiahReid MicaiahReid added the enhancement New feature or request label Sep 20, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in DevTools Sep 20, 2023
@smcclellan smcclellan moved this from 🆕 New to 📋 Backlog in DevTools Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant