[ https://issues.apache.org/jira/browse/SOLR-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hoss Man resolved SOLR-970. --------------------------- Resolution: Fixed Assignee: Hoss Man nice catch Kay Committed revision 737464. > SolrPluginUtils#parseQueryStrings(SolrQueryRequest) - replacing LinkedList > with ArrayList for the internal impl of return type > ------------------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-970 > URL: https://issues.apache.org/jira/browse/SOLR-970 > Project: Solr > Issue Type: Improvement > Environment: Java 6, Tomcat 6 > Reporter: Kay Kay > Assignee: Hoss Man > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-970.patch > > Original Estimate: 0.08h > Remaining Estimate: 0.08h > > Is there a specific reason to use LinkedList for the internal implementation > of List<?> . > ArrayList provides a better locality of reference than a LinkedList . > Addition at the end of the list ( the default behavior of .add() ) is > expensive for LinkedList again. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.