This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit fb4e7d08703fe35d3f33084380628820c6179560 Merge: 1d63835 d65fd52 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Sun Aug 15 00:07:25 2021 +1200 Merge branch 'pr-233' This closes #233 pom.xml | 5 + src/changes/changes.xml | 1 + .../text/similarity/LongestCommonSubsequence.java | 263 ++++++++++++++++----- .../jmh/LongestCommonSubsequencePerformance.java | 166 +++++++++++++ src/test/resources/lcs-perf-analysis-inputs.csv | 5 + 5 files changed, 376 insertions(+), 64 deletions(-)
