Collected molecules will appear here. Add from search or explore.
OffHeapBuffer -> OffHeapBuffer
Create a memory-safe slice of an off-heap buffer by adjusting pointer offsets and incrementing reference counts without copying the underlying bytes.
Problem it solves
Copying large memory buffers during partitioning or slicing operations introduces CPU and memory overhead.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.