Comparison with Matter

This commit is contained in:
Ukendio 2024-04-24 02:23:15 +02:00
parent a5302a14fb
commit b2dfe98e94

View file

@ -46,3 +46,7 @@ assert(world:get(playerId, Health) == 79)
assert(world:get(opponentId, Health) == 92)
```
Can iterate over 20,000 entities in a single millisecond.
![Comparison](benches/image.png)