-
Notifications
You must be signed in to change notification settings - Fork 68
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
Documentation about bulk load #155
Comments
(since this inserts n elements at once?) |
Yes, the author probably meant O(log n) per element amortized. |
I will open a PR to clarify :) . |
1 task
@jerabaul29 looks like this is fixed now |
Thanks, I just forgot to close this. Closing as solved through #156 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rstar/rstar/src/rtree.rs
Lines 98 to 101 in c7d53c8
is still `O(log(n))
: should that not beis still `O(n log(n)) for inserting n points, though the scaling factor is significantly improved
?The text was updated successfully, but these errors were encountered: