A question about Item
endison1986 opened this issue · 2 comments
endison1986 commented
Hi @enricostara ,I have a question, are the Item interface and LinkedChunk generics necessary? Why not use the IntEntity array directly, so that there is no performance loss of unpacking?
enricostara commented
Hi @endison1986 , to be SOLID :)
endison1986 commented
ok