mirror of
https://github.com/Ukendio/jecs.git
synced 2025-06-19 15:59:18 +00:00
Cleanup README links and headers
Some checks are pending
Some checks are pending
This commit is contained in:
parent
3b0ce599ef
commit
c62db9f8c3
1 changed files with 3 additions and 1 deletions
|
@ -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/ci.yaml) for stability
|
- Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml) for stability
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
@ -70,6 +70,8 @@ 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.
|
||||||

|

|
||||||
Can be found under /benches/visual/query.luau
|
Can be found under /benches/visual/query.luau
|
||||||
|
|
Loading…
Reference in a new issue