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 LazyExpression memoization disable-able #673

Merged
merged 6 commits into from
May 27, 2021

Conversation

jmaroeder
Copy link
Contributor

@jmaroeder jmaroeder commented May 27, 2021

Adds an additional factory of(Supplier, String, Memoization) which allows for memoization of LazyExpression objects to be explicitly enabled or disabled.

The original factory of(Supplier, String) retains the original, memoized behavior.

@jmaroeder jmaroeder requested a review from jasmith-hs May 27, 2021 12:56
Co-authored-by: Jeff Boulter <jeff@boulter.com>
@jmaroeder jmaroeder merged commit 52cef24 into master May 27, 2021
@jmaroeder jmaroeder deleted the optional-memoization-in-lazy-expressions branch May 27, 2021 14:17
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.

3 participants