askalono icon indicating copy to clipboard operation
askalono copied to clipboard

See if LCS removal can be done in one pass instead of two

Open jpeddicord opened this issue 5 years ago • 0 comments

I think it can be by building up strings and looking backwards. Should save on some logic and extra storage; speed may be slightly improved as well.

See remove_common_tokens in preproc.rs

jpeddicord avatar Jan 17 '19 21:01 jpeddicord