Improve ArrayUtil/CollectionUtil.*Sort() methods to early-reaturn on empty or 
one-element lists/arrays
------------------------------------------------------------------------------------------------------

                 Key: LUCENE-2990
                 URL: https://issues.apache.org/jira/browse/LUCENE-2990
             Project: Lucene - Java
          Issue Type: Improvement
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 3.2, 4.0


It might be a good idea to make CollectionUtil or ArrayUtil return early if the 
passed-in list or array's length <= 1 because sorting is unneeded then. This 
improves maybe automaton or other places, as for empty or one-element lists no 
SorterTermplate is created.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to