Integrated: 8305811: (bf) Improve performance of CharBuffer::append(CharSequence[,int,int])

Brian Burkhalter bpb at openjdk.org
Mon Apr 17 20:21:02 UTC 2023


On Tue, 11 Apr 2023 00:11:50 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Use the `getChars` method of `String`, `StringBuffer`, and `StringBuilder` to load the chars directly into the array of the heap buffer.

This pull request has now been integrated.

Changeset: 8858d543
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8858d54342bc52c8a2a986e1d35bfa4ddf9470e6
Stats:     205 lines in 3 files changed: 204 ins; 0 del; 1 mod

8305811: (bf) Improve performance of CharBuffer::append(CharSequence[,int,int])

Reviewed-by: alanb

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

PR: https://git.openjdk.org/jdk/pull/13415


More information about the nio-dev mailing list