Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio authored Jun 24, 2024
1 parent d4be467 commit 6a507d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Just an ECS
jecs is a stupidly fast Entity Component System (ECS).

- Entity Relationships as first class citizens
- Iterate 350,000 entities at 60 frames per second
- Iterate 500,000 entities at 60 frames per second
- Type-safe [Luau](https://luau-lang.org/) API
- Zero-dependency package
- Optimized for column-major operations
Expand Down Expand Up @@ -58,7 +58,7 @@ end
-- sara is the child of alice
```

125 archetypes, 4 random components queried.
21,000 entities 125 archetypes 4 random components queried.
![Queries](image-3.png)
Can be found under /benches/query.lua

Expand Down

0 comments on commit 6a507d3

Please sign in to comment.