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 02:58:00 UTC

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

bd2019us created STANBOL-1477:
---------------------------------

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


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)