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 VariableProvider API, for dynamically providing variable values #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NathanWolf
Copy link

This can be a big performance improvement when dealing with a lot of possible variables but only using a few at a time.

This adds an optional interface called VariableProvider that clients can implement and pass to an Expression. This will allow looking up a variable value on-demand rather than having to set it in advance.

…This can be a big performance improvement when dealing with a lot of possible variables but only using a few at a time.
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

Successfully merging this pull request may close these issues.

1 participant