-
Notifications
You must be signed in to change notification settings - Fork 193
Testcase for Issue 72: LayerNodeIndex:add() performance #73
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
Conversation
…ep per node in index)
@jonathanwin great work Jonathan! In order to pull this in, could you please send in the CLA, http://docs.neo4j.org/chunked/snapshot/cla.html ? |
---------- Forwarded message ---------- Hi. My name is Jonathan Winterflood (jonathan.winterflood@gmail.com). Jonathan |
Great, will try to merge today if I get the time! |
I merged in the test case, and then disabled it until we can actually fix the performance bug. This should be done in issue 72, so we can consider issue 73 completed (pull request accepted). |
Awesome. On Tue, Jan 1, 2013 at 11:22 PM, Craig Taverner notifications@github.comwrote:
|
Constant is most certainly impossible (finding the position of an element I imagine an r-tree is something like o(log(n)) (ignoring node overflows). This could probably be replaced by a second tree on the indexed ids, Jonathan On Fri, Jan 4, 2013 at 2:23 PM, amorgner notifications@github.com wrote:
|
I'm currently working on a fix. Seems much, much easier, with some hints I got from Craig here: |
As this issue is closed, we should continue in #72 |
you mean #82 |
No description provided.