Sync to released Jecs 0.6.0-nightly.20250528T001102Z (#77)

Reviewed-on: #77
This commit is contained in:
marked 2025-05-28 02:11:22 +02:00
parent da52ef2309
commit 2bafbe2ebf
8 changed files with 14 additions and 12 deletions

View file

@ -12,7 +12,7 @@ Just a stupidly fast Entity Component System
- Zero-dependency package
- Optimized for column-major operations
- 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/ci.yaml) for stability
- Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml) for stability
### Installation
@ -70,6 +70,8 @@ end
-- sara is the child of alice
```
### Benchmarks
21,000 entities 125 archetypes 4 random components queried.
![Queries](assets/image-3.png)
Can be found under /benches/visual/query.luau