RFR: 8305811: (bf) Improve heap buffer performance of CharBuffer::append(CharSequence)

Brian Burkhalter bpb at openjdk.org
Tue Apr 11 17:35:34 UTC 2023


On Tue, 11 Apr 2023 17:29:02 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> There's something fishy here, are you sure the baseline is correct?

I intend to re-check it all.

> The important char sequences are probably String, StringBuilder, and CharBuffer.

`CharBuffer` and `String` are effectively already handled by `put` methods so the main benefit here would be for the other types.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13415#issuecomment-1503820033


More information about the nio-dev mailing list