You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/05/19 19:20:12 UTC

[jira] [Created] (LANG-1234) getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold

Pascal Schumacher created LANG-1234:
---------------------------------------

             Summary: getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold
                 Key: LANG-1234
                 URL: https://issues.apache.org/jira/browse/LANG-1234
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.*
    Affects Versions: 3.4
            Reporter: Pascal Schumacher


If the string lengths differ more than the threshold, there's no need for the algorithm to begin allocating arrays etc.

Pull request: [https://github.com/apache/commons-lang/pull/118]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)