osheroff / mysql-binlog-connector-java

MySQL Binary Log connector
641 stars 161 forks source link

Exposed initial capacity of StringBuilder through the JsonStringFormatter constructor #99

Closed janickr closed 1 year ago

janickr commented 1 year ago

Exposed initial capacity of StringBuilder through the JsonStringFormatter constructor to be able to avoid allocating a lot of new internal buffers in StringBuilder for large Json values. Also removed unnecessary calls to Integer.toString and Long.toString.