osheroff / mysql-binlog-connector-java

MySQL Binary Log connector
666 stars 163 forks source link

improve ByteArrayInputStream reading int/long performance #89

Closed liyin-git closed 1 year ago

liyin-git commented 1 year ago

significantly reduce the number of times the this.read() method is called

bluebike commented 1 year ago

By the way there is other things that could be done ByteArrayInputStream...