Some kind of (optimised) comparison between new queries and existing ones should be made such that the ID of a tracked query can be returned by QueryTracker:track() rather than a new ID. This should improve performance a lot when it comes to things like $a.x + $a.width + 1 in dynamic values.
Some kind of (optimised) comparison between new queries and existing ones should be made such that the ID of a tracked query can be returned by
QueryTracker:track()rather than a new ID. This should improve performance a lot when it comes to things like$a.x + $a.width + 1in dynamic values.