LSEQTree icon indicating copy to clipboard operation
LSEQTree copied to clipboard

Factorize lseq.get(i) && lseq.get(i+1) in insert

Open Chat-Wane opened this issue 10 years ago • 0 comments

Since lseq.get(i) && lseq.get(i+1) are neighbours, it may be possible to travel within the same path as long as possible instead of reprocessing everything from start.

Chat-Wane avatar Oct 08 '14 13:10 Chat-Wane