Comparison with Matter

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

View file

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