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 2020/06/04 20:16:49 UTC

[GitHub] [commons-math] XenoAmess opened a new pull request #141: use addAll instead of loop.

XenoAmess opened a new pull request #141:
URL: https://github.com/apache/commons-math/pull/141


   use addAll instead of loop for list (especially ArrayList, as it use System.ArrayCopy internally, thus might improve performance)


----------------------------------------------------------------
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.

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



[GitHub] [commons-math] asfgit closed pull request #141: use addAll instead of loop.

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #141:
URL: https://github.com/apache/commons-math/pull/141


   


----------------------------------------------------------------
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.

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



[GitHub] [commons-math] coveralls commented on pull request #141: use addAll instead of loop.

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #141:
URL: https://github.com/apache/commons-math/pull/141#issuecomment-639098866


   
   [![Coverage Status](https://coveralls.io/builds/31247451/badge)](https://coveralls.io/builds/31247451)
   
   Coverage increased (+0.0009%) to 90.561% when pulling **8772cb907e206400a1f5b8c2be8c7e12e5e53261 on XenoAmess:use_addAll_instead_of_loop** into **715d89d2625b09915feb1dd1b60270842eeffb7a on apache:master**.
   


----------------------------------------------------------------
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.

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