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

Koen De Groote updated LUCENE-8994:
-----------------------------------
    Summary: Code Cleanup - Pass values to list constructor instead of empty 
constructor followed by addAll().  (was: Performance - Pass values to list 
constructor instead of empty constructor followed by addAll().)

> Code Cleanup - Pass values to list constructor instead of empty constructor 
> followed by addAll().
> -------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-8994
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8994
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Koen De Groote
>            Priority: Trivial
>
> Trivial ticket, if your time is precious, feel free to skip.
>  
> In case of passing a collection into another, it's more efficient to pass the 
> already existing collection into the constructor of the new one. It can 
> usually deal with it more efficiently.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to