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:50:00 UTC

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

     [ https://issues.apache.org/jira/browse/OPENNLP-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bd2019us updated OPENNLP-1260:
------------------------------
    Attachment: OPENNLP-1260.patch

> 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
>         Attachments: OPENNLP-1260.patch
>
>
> 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)