dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

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

Open T14Raptor opened this issue 3 years ago • 0 comments

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 avatar Sep 14 '21 02:09 T14Raptor