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

[FEATURE] Deferred execution #76

Open
KonStg opened this issue Aug 10, 2023 · 0 comments
Open

[FEATURE] Deferred execution #76

KonStg opened this issue Aug 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@KonStg
Copy link

KonStg commented Aug 10, 2023

Is your feature request related to a problem? Please describe.
The library almost entirely uses immediate execution.
This is inconvenient for use in linq-expressions, in which case most of the computation is wasted.

Describe the solution you'd like
Some typical functions with yield return. For example breadth and depth traversal, ancestor and siblings traversal and so on

Describe alternatives you've considered
For now I implement these functions myself

@KonStg KonStg added the enhancement New feature or request label Aug 10, 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
None yet
Development

No branches or pull requests

2 participants