[ 
https://issues.apache.org/jira/browse/OPENNLP-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837920#comment-16837920
 ] 

ASF GitHub Bot commented on OPENNLP-1260:
-----------------------------------------

bd2019us commented on pull request #4: [OPENNLP-1260] Replaced instances of 
FileWriter with BufferedWriter
URL: https://github.com/apache/opennlp-addons/pull/4
 
 
   [OPENNLP-1260](https://issues.apache.org/jira/browse/OPENNLP-1260) 
BufferedWriter can be a better replacment for FileWriters which write large 
amounts of data due to less and more optimized IO operations. 
 
----------------------------------------------------------------
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]


> FileWriter -> BufferedWriter for instances FileWrite writing large amounts of 
> data or used within loops
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OPENNLP-1260
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1260
>             Project: OpenNLP
>          Issue Type: Improvement
>            Reporter: bd2019us
>            Priority: Minor
>
> When instances of FileWriter are used to writer large amounts of data or used 
> intensively within loops, BufferedWriter can be used more optimal IO 
> operations.
> Attached patch details are all performed under the OPENNLP-ADDONS project



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to