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

Improve efficiency of collection handling #36

Open
46bit opened this issue Oct 4, 2020 · 0 comments
Open

Improve efficiency of collection handling #36

46bit opened this issue Oct 4, 2020 · 0 comments
Labels

Comments

@46bit
Copy link
Owner

46bit commented Oct 4, 2020

Right now, the presenters recreate a lot of data every time the number of entities changes. For something like shotgun projectiles this means an enormous amount of work goes on.

It would be better to store an expanding/contracting amount of data. Either arrays which double in size as-needed, and halve if not needed to be so big for awhile. Or multiple arrays (sharding-style.)

This might improve subtle strange rendering behaviour and flickering.

@46bit 46bit added the idea label Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant