in reply to Re^2: A better implementation of LCSS? (Memoize)
in thread A better implementation of LCSS?
For what it's worth, I used Memoize on the String::LCSS::lcss sub, and the increase in performance is huge. In fact, String::LCSS is faster than String::LCSS_XS.
Sorry, but that is a useless test. You are always testing the same two strings, which means that you are simply getting back the same result each time after the first, without having to re-perform the algorithm.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: A better implementation of LCSS? (Memoize)
by toolic (Bishop) on Nov 18, 2015 at 21:36 UTC | |
by BrowserUk (Patriarch) on Nov 18, 2015 at 21:52 UTC |