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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to