casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Optimize vundo--eqv-merge, avoid nth lookups on lists #28

Closed ideasman42 closed 2 years ago

ideasman42 commented 2 years ago

Avoid slow list lookups, loop over the list storing next/previous variables instead.

casouri commented 2 years ago

Thanks, I'm a LOOP guy so I pushed a change that does the same thing but kept the cl-loop.

ideasman42 commented 2 years ago

Thanks for applying, closing.