Skip to content

Lazily evaluate boolean parser variables #181

Open
@juergmessmer

Description

@juergmessmer

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions