diff --git a/jecs/README.md b/jecs/README.md index bb0d4b0..7db4e13 100644 --- a/jecs/README.md +++ b/jecs/README.md @@ -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/unit-testing.yaml) for stability +- Rigorously [unit tested](https://github.com/Ukendio/jecs/actions/workflows/ci.yaml) for stability ### Installation @@ -70,8 +70,6 @@ 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 diff --git a/jecs/addons/observers.luau b/jecs/addons/observers.luau index 809d32e..b725e7c 100644 --- a/jecs/addons/observers.luau +++ b/jecs/addons/observers.luau @@ -7,7 +7,7 @@ type Observer = { type Monitor = { callback: (jecs.Entity, jecs.Entity) -> (), - query: jecs.Query + queyr: jecs.Query } export type PatchedWorld = jecs.World & { diff --git a/jecs/build.txt b/jecs/build.txt index c283828..6774a58 100644 --- a/jecs/build.txt +++ b/jecs/build.txt @@ -1,2 +1,2 @@ -modified = ["README.md", "addons/observers.luau"] -version = "0.6.0-nightly.20250528T001102Z" +modified = ["README.md"] +version = "0.6.0-nightly.20250526T001303Z" diff --git a/jecs/pesde-rbx.toml b/jecs/pesde-rbx.toml index 936c888..9a2916c 100644 --- a/jecs/pesde-rbx.toml +++ b/jecs/pesde-rbx.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.6.0-nightly.20250528T001102Z" +version = "0.6.0-nightly.20250526T001303Z" [indices] default = "https://github.com/pesde-pkg/index" diff --git a/jecs/pesde.toml b/jecs/pesde.toml index 347be85..217a660 100644 --- a/jecs/pesde.toml +++ b/jecs/pesde.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.6.0-nightly.20250528T001102Z" +version = "0.6.0-nightly.20250526T001303Z" [indices] default = "https://github.com/pesde-pkg/index" diff --git a/jecs/test.txt b/jecs/test.txt index aed1039..50cc221 100644 --- a/jecs/test.txt +++ b/jecs/test.txt @@ -1,2 +1,2 @@ passed = true -timestamp = "20250528T001103Z" +timestamp = "20250527T001059Z" diff --git a/jecs/test_fulllog.txt b/jecs/test_fulllog.txt index 7fdf42b..c08d490 100644 --- a/jecs/test_fulllog.txt +++ b/jecs/test_fulllog.txt @@ -1,6 +1,6 @@ - 11 us  3 kB│ delete children of entity - 11 us  1 kB│ remove friends of entity -525 ns  10  B│ simple deletion of entity +7.1 us  3 kB│ delete children of entity +8.9 us  1 kB│ remove friends of entity +366 ns  10  B│ simple deletion of entity repro NONE│  @@ -121,5 +121,5 @@ PASS│ #2 PASS│ #3 -74/74 test cases passed in 36.759 ms. +74/74 test cases passed in 32.787 ms. 0 fails diff --git a/jecs/wally.toml b/jecs/wally.toml index 74ece88..6ff5d54 100644 --- a/jecs/wally.toml +++ b/jecs/wally.toml @@ -5,4 +5,4 @@ license = "MIT" name = "mark-marks/jecs-nightly" realm = "shared" registry = "https://github.com/UpliftGames/wally-index" -version = "0.6.0-nightly.20250528T001102Z" +version = "0.6.0-nightly.20250526T001303Z"