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)