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

Update which chunks entities are in immediately instead of once every tick #276

Open
T14Raptor opened this issue Sep 14, 2021 · 0 comments
Labels
bug Something isn't working improvement Improvement of an existing part of the codebase
Milestone

Comments

@T14Raptor
Copy link
Member

T14Raptor commented Sep 14, 2021

This opens up way too many possibilities for race conditions to occur.
We may have to open up some internal functions to the public API.
Updating immediately also would be far more efficient as a lot less has to be processed, less lock contention, and no nested locking will be needed.

@T14Raptor T14Raptor added bug Something isn't working improvement Improvement of an existing part of the codebase labels Sep 14, 2021
@T14Raptor T14Raptor added this to the v0.4.0 milestone Sep 14, 2021
@T14Raptor T14Raptor modified the milestones: v0.4.0, v? Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement Improvement of an existing part of the codebase
Projects
None yet
Development

No branches or pull requests

1 participant