dominion-dev / dominion-ecs-java

Insanely fast ECS (Entity Component System) for Java
https://dominion-dev.github.io
MIT License
288 stars 17 forks source link

A question about Item #191

Closed endison1986 closed 4 months ago

endison1986 commented 4 months ago

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 4 months ago

Hi @endison1986 , to be SOLID :)

endison1986 commented 4 months ago

ok