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

perf(lyra): support multiple nested props #157

Merged
merged 2 commits into from
Oct 16, 2022
Merged

perf(lyra): support multiple nested props #157

merged 2 commits into from
Oct 16, 2022

Conversation

mateonunez
Copy link
Collaborator

This PR closes #154.

The recursiveTrieInsertion method invokes a return statement immediately after the call of the self-recursion method.

This impacts not only the objects, but also all the properties that you want to insert after the first object is inserted.

image

By removing the `return', the procedure will consider the other properties following the right insertion strategy.

Copy link
Member

@micheleriva micheleriva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you so much, LGTM!

@micheleriva micheleriva merged commit ba25547 into oramasearch:main Oct 16, 2022
@mateonunez mateonunez deleted the perf/multiple-nested-props branch October 16, 2022 15:49
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.

Lyra don't creates nodes for multiple nested props
2 participants