[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13857098#comment-13857098 ] Dawid Weiss commented on LUCENE-5372: - I wanted to apply these patches but then

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852717#comment-13852717 ] Uwe Schindler commented on LUCENE-5372: --- Oh oh, we should put StringBuffer on the

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852728#comment-13852728 ] Uwe Schindler commented on LUCENE-5372: --- Should we put the remaining StringBuffers

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-19 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852727#comment-13852727 ] Uwe Schindler commented on LUCENE-5372: --- his one is wanted, but mostly obsolete -

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852732#comment-13852732 ] Dawid Weiss commented on LUCENE-5372: - I think we can fix it here since Josh brought

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-19 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852836#comment-13852836 ] Michael McCandless commented on LUCENE-5372: bq. Do you want me to hold it,

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-19 Thread Joshua Hartman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13853260#comment-13853260 ] Joshua Hartman commented on LUCENE-5372: I'll make the StringBuffer -

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851794#comment-13851794 ] Mark Miller commented on LUCENE-5372: - Yes, 4x=6, 5x=7 IntArray toString has O(n^2)

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-18 Thread Joshua Hartman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852199#comment-13852199 ] Joshua Hartman commented on LUCENE-5372: I can also optimize memory usage by

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852214#comment-13852214 ] Dawid Weiss commented on LUCENE-5372: - No need to be paranoid about performance here,

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852216#comment-13852216 ] Michael McCandless commented on LUCENE-5372: Hi Joshua, thank you for the

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852707#comment-13852707 ] Dawid Weiss commented on LUCENE-5372: - Do you want me to hold it, Mike? Josh --

[jira] [Commented] (LUCENE-5372) IntArray toString has O(n^2) performance

2013-12-17 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13851447#comment-13851447 ] Dawid Weiss commented on LUCENE-5372: - Looks good to me and I think it's applicable