Skip to content

turf/Entered speedup.

Rob Nelson requested to merge pull/5099/ProxMove into Bleeding-Edge

Created by: ComicIronic

HasProximity now relies on a flag. If the moving atom doesn't have the flag, it isn't called. If the surrounding atom doesn't have the flag, it isn't called.

Doing some rudimentary profiling, this cut the Entered cost by an order of magnitude.

Merge request reports