Is it equivalent for Java to manipulate objects as bytes? [closed]
Closed 7 hours ago.
Is it efficient for Java to manipulate objects as bytes?
I met a paper that manipulates massive objects within a single ByteBuffer
for less GC by JVM, with each object represented as a slice of bytes, connected with a customized pointer mechanism.