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