5029431: (bf) Add absolute bulk put and get methods

Alan Bateman Alan.Bateman at oracle.com
Sat Feb 9 13:50:06 UTC 2019


On 09/02/2019 13:37, Ulf Zibis wrote:
> Hi,
>
> couldn't you take advantage of System.arraycopy() or some performancing
> intrinsics?
>
Which case are you concerned about? I haven't had time to study the 
latest revision but it should already be using Unsafe copyMemory or 
arraycopy for all the bulk copy cases.

-Alan


More information about the nio-dev mailing list