RFR: 8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int]) [v3]
Chen Liang
liach at openjdk.org
Wed Apr 19 16:46:43 UTC 2023
On Wed, 19 Apr 2023 16:42:23 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Use `getChars()` to copy characters to an intermediate local `char[]` array and then `putArray()` to copy the chars into the buffer itself.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8306374: Remove superfluous csq == null check
Marked as reviewed by liach (Author).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13522#pullrequestreview-1392477917
More information about the nio-dev
mailing list