You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "bd2019us (JIRA)" <ji...@apache.org> on 2019/04/14 03:05:00 UTC

[jira] [Updated] (STANBOL-1477) wrap FileWriter with BufferedWriter for better performance

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

bd2019us updated STANBOL-1477:
------------------------------
    Attachment: 1.patch

> wrap FileWriter with BufferedWriter for better performance
> ----------------------------------------------------------
>
>                 Key: STANBOL-1477
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1477
>             Project: Stanbol
>          Issue Type: Bug
>            Reporter: bd2019us
>            Priority: Major
>         Attachments: 1.patch
>
>
> Location: rules/manager/src/main/java/org/apache/stanbol/rules/manager/KB.java
> When a FileWriter is intensively used in a loop, the BufferedWriter should be used to improve the performance since the IO bottleneck will greatly damage the performance of program, especially used in a loop.



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