From b2dfe98e9496474f98c3e5f1019eaa41100e56f7 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Wed, 24 Apr 2024 02:23:15 +0200 Subject: [PATCH] Comparison with Matter --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdcbc89..0796016 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,8 @@ end assert(world:get(playerId, Health) == 79) assert(world:get(opponentId, Health) == 92) -``` \ No newline at end of file +``` + +Can iterate over 20,000 entities in a single millisecond. + +![Comparison](benches/image.png) \ No newline at end of file