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