osheroff / mysql-binlog-connector-java

MySQL Binary Log connector
680 stars 167 forks source link

improve ByteArrayInputStream reading int/long performance #89

Closed liyin-git closed 1 year ago

liyin-git commented 2 years ago

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

bluebike commented 2 years ago

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