You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides putting the byte to the byte array, it has a check and two calls to buffer.position() When multiple bytes are written one by one, this overhead becomes noticeable. For example, this writeByte() method is used in Utf8Tools, which is used to write all strings.
The text was updated successfully, but these errors were encountered:
ByteArrayBufferedData.writeByte()
method looks like this:Besides putting the byte to the byte array, it has a check and two calls to buffer.position() When multiple bytes are written one by one, this overhead becomes noticeable. For example, this
writeByte()
method is used inUtf8Tools
, which is used to write all strings.The text was updated successfully, but these errors were encountered: