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

Optimize the StartPosition property #2619

Closed
fm-117 opened this issue Mar 25, 2024 · 0 comments · Fixed by #2620
Closed

Optimize the StartPosition property #2619

fm-117 opened this issue Mar 25, 2024 · 0 comments · Fixed by #2620
Assignees

Comments

@fm-117
Copy link
Contributor

fm-117 commented Mar 25, 2024

The algorithm used to compute StartPosition always iterate over all children instead of starting directly at the data that precede the current node. This is highly unoptimized for data having a lot of children.

@fm-117 fm-117 self-assigned this Mar 25, 2024
@fm-117 fm-117 linked a pull request Mar 25, 2024 that will close this issue
fm-117 added a commit that referenced this issue Mar 26, 2024
@fm-117 fm-117 mentioned this issue Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant