You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/20 20:03:49 UTC

[GitHub] [commons-lang] aherbert commented on pull request #976: Use java stream in ArrayUtils.

aherbert commented on PR #976:
URL: https://github.com/apache/commons-lang/pull/976#issuecomment-1286075429

   This seems like de-optimisation to me. The object creation overhead of the stream verses the simple for-loop constructs. I do not think it aids readability or maintainability.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org