-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.