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

[GitHub] [incubator-netbeans-html4j] bd2019us opened a new pull request #17: Wrap FileWriter with BufferedWriter when used in a loop for a better performance

bd2019us opened a new pull request #17: Wrap FileWriter with BufferedWriter when used in a loop for a better performance
URL: https://github.com/apache/incubator-netbeans-html4j/pull/17
 
 
   When a FileWriter is intensively used in a loop, the wrapper class BufferedWriter is highly recommended to gain a good 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists