mmstan opened a new pull request, #473:
URL: https://github.com/apache/commons-csv/pull/473

   Replaced the BufferedReader from java.io package by a modified 
BufferedReader from the Apache Harmany project.
   
   All synchronized blocks are removed from the BufferedReader in order to 
reach a better performance since in Java 15 the synchronisation optimization is 
deprecated and in Java 18 the optimization is removed.
   
   I added a jmh file for performance test results.
   
   
[jmh-result.json](https://github.com/user-attachments/files/16940825/jmh-result.json)
   


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