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/21 14:48:12 UTC

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

     [ https://issues.apache.org/jira/browse/LANG-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pascal Schumacher updated LANG-1234:
------------------------------------
    Summary: getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than the threshold  (was: getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than threshold)

> 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)