Compare commits

..

1 commit

Author SHA1 Message Date
Clown
f0e4ff5cf3
Merge 96bed9bd7e into 3b0ce599ef 2025-05-27 14:38:07 -04:00

View file

@ -12,7 +12,7 @@ Just a stupidly fast Entity Component System
- Zero-dependency package - Zero-dependency package
- Optimized for column-major operations - Optimized for column-major operations
- Cache friendly [archetype/SoA](https://ajmmertens.medium.com/building-an-ecs-2-archetypes-and-vectorization-fe21690805f9) storage - Cache friendly [archetype/SoA](https://ajmmertens.medium.com/building-an-ecs-2-archetypes-and-vectorization-fe21690805f9) storage
- Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml) for stability - Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/ci.yaml) for stability
### Installation ### Installation
@ -70,8 +70,6 @@ end
-- sara is the child of alice -- sara is the child of alice
``` ```
### Benchmarks
21,000 entities 125 archetypes 4 random components queried. 21,000 entities 125 archetypes 4 random components queried.
![Queries](assets/image-3.png) ![Queries](assets/image-3.png)
Can be found under /benches/visual/query.luau Can be found under /benches/visual/query.luau