From f1ba9c4a5579ba539891c8020b53c6e3bea6e0a6 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 24 May 2024 02:58:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb28e2..059e172 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Just an ECS jecs is a stupidly fast Entity Component System (ECS). - Entity Relationships as first class citizens -- Process tens of thousands of entities with ease every frame +- Iterate 350,000 entities at 60 frames per second - Type-safe [Luau](https://luau-lang.org/) API - Zero-dependency package - Optimized for column-major operations