Currently new tree token model compares two revisions using same method that identifies modified tree segments. We don't need to identify modified segments when comparing two revisions to check if there are same or not. It just requires a DFS comparison of two tree tokens to make it faster.
Currently new tree token model compares two revisions using same method that identifies modified tree segments. We don't need to identify modified segments when comparing two revisions to check if there are same or not. It just requires a DFS comparison of two tree tokens to make it faster.