casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Optimization: remove redundant list creation from vundo--eqv-list-of #38

Closed ideasman42 closed 2 years ago

ideasman42 commented 2 years ago

Add a function to lookup the previous most (min) modification instead of creating a list only to access it's first element.

casouri commented 2 years ago

Thanks. Merged with some change (to function name).