Interface BarrageCopyKernel


public interface BarrageCopyKernel
Typed kernel for copying individual cells from per-delta source chunks into a destination chunk, using a pre-computed encoded mapping array. Each mapping entry encodes (deltaIndex, add-or-mod flag, position) in a single long using the bit constants defined here.

Using a typed kernel avoids the virtual dispatch and System.arraycopy overhead of calling WritableChunk.copyFromChunk(src, offset, pos, 1) for each cell.