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

[GitHub] [tomee] bd2019us opened a new pull request #459: [TOMEE-2509] Wrap FileWriter with a BufferedWriter in a loop

bd2019us opened a new pull request #459: [TOMEE-2509] Wrap FileWriter with a BufferedWriter in a loop
URL: https://github.com/apache/tomee/pull/459
 
 
   Fixes ISSUE [#TOMEE-2509](https://issues.apache.org/jira/browse/TOMEE-2509)
   
   BufferedWriter can effectively reduce the times of IO access with caches, especially in a loop, which will be the performance bottleneck of program.

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