[GitHub] commons-lang pull request: Optimization of getLevenshteinDistance ...

2016-05-21 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/118#issuecomment-220781809 Thanks! :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[GitHub] commons-lang pull request: Optimization of getLevenshteinDistance ...

2016-05-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/118 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] commons-lang pull request: Optimization of getLevenshteinDistance ...

2016-05-19 Thread PascalSchumacher
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 --- If your project is set up for it, you can reply to this email a

[GitHub] commons-lang pull request: Optimization of getLevenshteinDistance ...

2015-11-26 Thread jontejj
GitHub user jontejj opened a pull request: https://github.com/apache/commons-lang/pull/118 Optimization of getLevenshteinDistance with a threshold If the string lengths differ more than the threshold, there's no need for the algoritm to begin allocating arrays etc. You can m