You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/08/14 12:08:47 UTC

[commons-text] 04/04: Merge branch 'pr-233'

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 <ki...@users.noreply.github.com>
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(-)