[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-08-28 Thread Mohammad Sadiq (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17186544#comment-17186544 ] Mohammad Sadiq commented on LUCENE-9432: I haven't abandoned this effort. Have b

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162174#comment-17162174 ] Atri Sharma commented on LUCENE-9432: - I think the first step is to rewrite the code

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162146#comment-17162146 ] Uwe Schindler commented on LUCENE-9432: --- Hi, the problematic part with linked list

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162137#comment-17162137 ] Atri Sharma commented on LUCENE-9432: - Also, I like [~uschindler]'s idea of using th

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162133#comment-17162133 ] Atri Sharma commented on LUCENE-9432: - [~mosadiq] Try with a larger data set (wikila

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Mohammad Sadiq (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162130#comment-17162130 ] Mohammad Sadiq commented on LUCENE-9432: The benchmarks don't indicate a clear i

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-21 Thread Mohammad Sadiq (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162123#comment-17162123 ] Mohammad Sadiq commented on LUCENE-9432: Thanks for the guidance [~mikemccand] !

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-17 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159951#comment-17159951 ] Michael McCandless commented on LUCENE-9432: Indeed, {{.get}} is costly on a

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-16 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159311#comment-17159311 ] Uwe Schindler commented on LUCENE-9432: --- My argument was that the array-based code

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-16 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159254#comment-17159254 ] Atri Sharma commented on LUCENE-9432: - I would still argue that the savings gained h

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-16 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159213#comment-17159213 ] Uwe Schindler commented on LUCENE-9432: --- Hi, I checked the patch. A linkedlist is

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-16 Thread Mohammad Sadiq (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159200#comment-17159200 ] Mohammad Sadiq commented on LUCENE-9432: Thanks for the quick response [~atri] !

[jira] [Commented] (LUCENE-9432) Use LinkedList instead of manual array re-sizing for better throughput.

2020-07-16 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17159106#comment-17159106 ] Atri Sharma commented on LUCENE-9432: - Can you share some benchmarks of the changes