Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory reduction. #550

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Memory reduction. #550

merged 1 commit into from
Dec 27, 2022

Conversation

Y-Less
Copy link
Collaborator

@Y-Less Y-Less commented Dec 27, 2022

Vastly reduces initial memory allocations by both the plugin and zone components. They previously allocated vast static arrays for all entities, now use new way more. I was trying to use this as an opportunity to actually make a proper infinite pool (hence PR #549), but this is a much faster interim solution.

@Y-Less Y-Less mentioned this pull request Dec 27, 2022
@AmyrAhmady AmyrAhmady merged commit a95919c into master Dec 27, 2022
@AmyrAhmady AmyrAhmady deleted the memory-reduction-pr branch December 27, 2022 18:37
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