Compare commits

...

3 commits

Author SHA1 Message Date
Ajay
4be298dd34
Merge 918231a1ad into c62db9f8c3 2025-05-28 10:01:06 -07:00
EncodedVenom
c62db9f8c3
Cleanup README links and headers
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run
2025-05-27 14:39:48 -04:00
aybanda
918231a1ad Start work on #50 2025-02-19 16:36:07 +05:30

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