bd2019us opened a new pull request #941: [ZOOKEEPER-3387] Use BufferedWriter instead of FileWriter URL: https://github.com/apache/zookeeper/pull/941 [ZOOKEEPER-3387](https://issues.apache.org/jira/browse/ZOOKEEPER-3387) When FileWriter is used intensively within a loop, BufferedWriter can be used to improve performance by reducing IO operations.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
