You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Koen De Groote (Jira)" <ji...@apache.org> on 2019/09/30 20:38:00 UTC

[jira] [Updated] (LUCENE-8994) Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll().

     [ 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: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org