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

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

    [ https://issues.apache.org/jira/browse/LANG-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291980#comment-15291980 ] 

ASF GitHub Bot commented on LANG-1234:
--------------------------------------

Github user PascalSchumacher commented on the pull request:

    https://github.com/apache/commons-lang/pull/118#issuecomment-220425741
  
    I created a jira issue to track this: https://issues.apache.org/jira/browse/LANG-1234


> getLevenshteinDistance with a threshold: optimize implementation if the strings lengths differ more than 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)