garydgregory commented on PR #473:
URL: https://github.com/apache/commons-csv/pull/473#issuecomment-2351008780

   Let's do this through Commons IO where I added 
`UnsynchronizedBufferedReader` and `UnsynchronizedReader`, such that 
`ExtendedBufferedReader` can extend `UnsynchronizedBufferedReader`. 
   
   On Java 8 on Windows 10, running `PerformanceTest` a few times and picking 
best runs, shows an improvement from:
   ```
   Best time out of 10 is 1,290 milliseconds.
   ```
   to:
   ```
   Best time out of 10 is 1,023 milliseconds.
   ```
   or ~20% improvement
   
   I push an RC for Commons IO in the coming week or so, then we can pick it up 
here.
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to