Open simerplaha opened 3 years ago
No boxing currently occurs for Slice types based on what I see on heap.
Slice
But it should still be marked specialized (@specialized(Byte)) for Byte
specialized
@specialized(Byte)
Byte
Ah! IntelliJ debugger is not happy with these annotations. Breakpoints do not get registered.
No boxing currently occurs for
Slice
types based on what I see on heap.But it should still be marked
specialized
(@specialized(Byte)
) forByte