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

Definitions lookup with lazy operator #243

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

AgranatMarkit
Copy link

@AgranatMarkit AgranatMarkit commented Oct 18, 2021

I find out that optionals definitions lookup was made by combination of filter + isEmpty.
The problem with that approach is that it's iterate definitions until the end even when the target elements stored at the begin.
This behavior can be optimized using the contains operator.

@AgranatMarkit AgranatMarkit force-pushed the Definitions-Lookup-With-Lazy-Operator branch from 6874760 to e390754 Compare October 18, 2021 13:40
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.

None yet

1 participant