Skip to content

Conversation

@ragoune
Copy link
Contributor

@ragoune ragoune commented Mar 17, 2025

Use the archetype's components instead of the whole storages in RemoveEntity, to loop on each components to remove. This method got really slower after the Tag feature, because the slice of storages is now bigger (2048 instead of 256).

Use the archetype's components instead of the whole storages in
RemoveEntity. This method got really slower after the Tag feature,
because the slice of storages is now bigger (2048 instead of 256).
@codecov
Copy link

codecov bot commented Mar 17, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
world.go 0.00% 1 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ
world.go 70.25% <0.00%> (-1.09%) ⬇️
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ragoune ragoune merged commit e0fcfda into master Mar 17, 2025
3 of 4 checks passed
@ragoune ragoune deleted the feat/delete-performances branch March 17, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants