Open
Description
Using boxed arrays leads to fragmented addresses, reducing cache performance.
I could:
- Ignore the problem until it really hurts
- Implement some kind of jank compaction scheme (probably using
compact
) - Force almost everything to be
Unbox
ed orStorable
- Use a serialization library? How bad could serializing/deserializing be?
Question: how do other ECSes in GCed languages deal with boxing?
Metadata
Assignees
Labels
No labels
Activity