Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
114 stars 177 forks source link

APIView - Compare revisions using simple tree comparison #8790

Closed praveenkuttappan closed 1 month ago

praveenkuttappan commented 3 months ago

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.

maririos commented 2 months ago

@praveenkuttappan would you say there is more work to be done here?

maririos commented 1 month ago

Was done as part of the major re design work on the tree token parser