You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2009/01/15 19:22:59 UTC

[jira] Updated: (SOLR-961) Efficient array copy in ModifiableSolrParams#add(String, String...)

     [ https://issues.apache.org/jira/browse/SOLR-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kay Kay updated SOLR-961:
-------------------------

    Attachment: SOLR-961.patch

1. New Test case added for ModifiableSolrParamsTest 

2. Change ModifiableSolrParams.add() implementation. 

> Efficient array copy in ModifiableSolrParams#add(String, String...) 
> --------------------------------------------------------------------
>
>                 Key: SOLR-961
>                 URL: https://issues.apache.org/jira/browse/SOLR-961
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>         Environment: Java 6, Tomcat 6 
>            Reporter: Kay Kay
>            Priority: Minor
>         Attachments: SOLR-961.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Prefer System.arrayCopy as opposed to iterating and copying the array. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.