DO NOT REPLY [Bug 50626] O(n^2) algorithm for adding nodes

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50626 Glenn Adams gl...@skynav.com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment

DO NOT REPLY [Bug 50626] O(n^2) algorithm for adding nodes

2011-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50626 --- Comment #2 from e9925248 mkoeg...@auto.tuwien.ac.at 2011-01-22 12:29:33 EST --- Created an attachment (id=26534) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26534) New version -- Configure bugmail:

DO NOT REPLY [Bug 50626] O(n^2) algorithm for adding nodes

2011-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50626 --- Comment #3 from e9925248 mkoeg...@auto.tuwien.ac.at 2011-01-22 12:39:07 EST --- Here is a new version: It fixes an NullPointerException, when removing from an nearly empty child list. Additionally, this time only spaces. I hope,

DO NOT REPLY [Bug 50626] O(n^2) algorithm for adding nodes

2011-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50626 Andreas L. Delmelle adelme...@apache.org changed: What|Removed |Added Attachment #26526|0 |1

DO NOT REPLY [Bug 50626] O(n^2) algorithm for adding nodes

2011-01-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50626 Andreas L. Delmelle adelme...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50626] O(n^2) algorithm for adding nodes

2011-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50626 --- Comment #1 from Jeremias Maerki jerem...@apache.org 2011-01-21 03:18:34 EST --- Thank you for the patch! I guess that optimization makes sense. However, I have to reject the patch in its current state. It introduces regressions in our