simerplaha / SwayDB

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.
https://swaydb.simer.au
Apache License 2.0
293 stars 16 forks source link

Slice should implement specialised annotation #319

Open simerplaha opened 3 years ago

simerplaha commented 3 years ago

No boxing currently occurs for Slice types based on what I see on heap.

But it should still be marked specialized (@specialized(Byte)) for Byte

simerplaha commented 2 years ago

Ah! IntelliJ debugger is not happy with these annotations. Breakpoints do not get registered.