Closed Razican closed 5 years ago
Using a buffered reader the reading of the file will be done in chunks, instead of operation by operation. This will reduce the amount of I/O operations, which should show an improvement in performance.
Excellent!
Using a buffered reader the reading of the file will be done in chunks, instead of operation by operation. This will reduce the amount of I/O operations, which should show an improvement in performance.