[ 
https://issues.apache.org/jira/browse/TEXT-188?focusedWorklogId=493880&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-493880
 ]

ASF GitHub Bot logged work on TEXT-188:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Oct/20 09:48
            Start Date: 02/Oct/20 09:48
    Worklog Time Spent: 10m 
      Work Description: vesterstroem opened a new pull request #174:
URL: https://github.com/apache/commons-text/pull/174


   For details, see https://issues.apache.org/jira/browse/TEXT-188


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 493880)
    Remaining Estimate: 0h
            Time Spent: 10m

> Speed up LevenshteinDistance with threshold
> -------------------------------------------
>
>                 Key: TEXT-188
>                 URL: https://issues.apache.org/jira/browse/TEXT-188
>             Project: Commons Text
>          Issue Type: Improvement
>    Affects Versions: 1.9.1
>            Reporter: Jakob Vesterstrøm
>            Priority: Major
>         Attachments: improvement.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The calculation made by the LevenshteinDistance class can often be made 
> faster, when the class in initialized with a threshold, and when the distance 
> is found to be larger than the threshold. In those cases, it is often not 
> necessary to iterate through the whole string, since a lower bound for the 
> result can be established after each iteration. If that lower bound is larger 
> than the threshold, the method can simply exit early with the same result as 
> without this improvement. 
> A patch with the proposed change is attached to this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to