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.
I am wondering what’s the dis/advantages of this approach, but I failed to gain related info about it for lack of its name. I would sincerely appreciate it if you could name a keyword, notice, or explanation.