[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 Dominik Stadler changed: What|Removed |Added CC|

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 --- Comment #7 from Javen O'Neal --- I added a note on the new dependency to the changelog for the 3.15 release and I think it was mentioned in the release notes.[1] I realized that this dependency addition should have been

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 --- Comment #6 from David North --- Simplicity/good developers don't write what they can steal. Apologies for not noting the new dependency in the change log - I'll add a note to our release process to make sure

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 --- Comment #5 from Greg Woolsey --- Where is the new dependency tracked for end users? The change log? For people who don't use Maven or Ivy, it make come as a surprise that running their code suddenly fails with a

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 --- Comment #4 from Javen O'Neal --- (In reply to David North from comment #3) > Fixed in r174521 Correction: r1754521 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 David North changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 --- Comment #2 from David North --- The rather old patch I'm working from hides that logic in the key, so I'll probably go with that approach. -- You are receiving this mail because: You are the assignee for the

[Bug 59734] Named range creation & lookup are linear in the number of ranges

2016-06-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59734 --- Comment #1 from Javen O'Neal --- Are you planning on writing a CaseInsensitiveMap or importing https://commons.apache.org/proper/commons-collections/apidocs/org/apache/commons/collections4/map/CaseInsensitiveMap.html I