You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by GitBox <gi...@apache.org> on 2019/04/14 05:05:20 UTC

[GitHub] [ant] bd2019us opened a new pull request #92: Wrap FileWriter with BufferedWriter for better performance

bd2019us opened a new pull request #92: Wrap FileWriter with BufferedWriter for better performance
URL: https://github.com/apache/ant/pull/92
 
 
   When the FileWriter.write() method is invoked in a loop, it has a bad impact on the performance of program. Therefore, the BufferedWriter is recommended to improve performance as it can reduce IO operations, especially used in a loop.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org