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

Lazily evaluate boolean parser variables #181

Open
juergmessmer opened this issue Jun 6, 2014 · 3 comments
Open

Lazily evaluate boolean parser variables #181

juergmessmer opened this issue Jun 6, 2014 · 3 comments

Comments

@juergmessmer
Copy link
Member

Use case: calculating has_children is expensive and if the condition doesn’t include it, that’s wasted resources.

Thinking further, is_current || has_children should not need to evaluate has_children if is_current is true already.

@juergmessmer juergmessmer added this to the Release 2.0 milestone Jun 6, 2014
@sabberworm
Copy link
Member

First part is done with 0db8b79.

@juergmessmer
Copy link
Member Author

Close this, since #182 is closed?

@sabberworm
Copy link
Member

sabberworm commented May 17, 2018

No relationship with #182 as far as I can tell…

@sabberworm sabberworm reopened this May 17, 2018
@juergmessmer juergmessmer modified the milestones: Release 2, Release 3 Feb 4, 2019
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

2 participants