http://www.perlmonks.org?node_id=820188


in reply to Re^2: A better implementation of LCSS?
in thread A better implementation of LCSS?

Just out of curiosity, is it also faster when you increase the string lengths? Or when you set MIN to 1 or 2? The XS overhead could also be the problem. At least in theory it is hard to beat the LCSS_XS algorithm. But nevertheless, well done :-)