You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "bd2019us (JIRA)" <ji...@apache.org> on 2019/05/11 19:43:00 UTC

[jira] [Created] (OPENNLP-1260) FileWriter -> BufferedWriter for instances FileWrite writing large amounts of data or used within loops

bd2019us created OPENNLP-1260:
---------------------------------

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


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)