You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mikhail Khludnev (JIRA)" <ji...@apache.org> on 2016/05/22 20:15:12 UTC

[jira] [Created] (SOLR-9147) avoid expensive byte[] resize in EmbeddedSolrServer

Mikhail Khludnev created SOLR-9147:
--------------------------------------

             Summary: avoid expensive byte[] resize in EmbeddedSolrServer
                 Key: SOLR-9147
                 URL: https://issues.apache.org/jira/browse/SOLR-9147
             Project: Solr
          Issue Type: Improvement
          Components: Server
            Reporter: Mikhail Khludnev
            Assignee: Mikhail Khludnev
             Fix For: 6.1, master (7.0)


This issue makes modest step toward EmbeddedSolrServer efficiency.
It replaces {{java.io.ByteArrayOutputStream}} which has quite expensive resizes with incrementally growing BAOS from commons-io 2.5.  

     




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org