This is an automated email from the ASF dual-hosted git repository.
kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git.
from 1d63835 Merge branch 'pr-255'
new b499f85 [TEXT-212] A more efficient implementation for calculating LCS
new 8742f2f [TEXT-212] CI/linters changes
new d65fd52 [TEXT-212] Changelog
new fb4e7d0 Merge branch 'pr-233'
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)
create mode 100644
src/test/java/org/apache/commons/text/jmh/LongestCommonSubsequencePerformance.java
create mode 100644 src/test/resources/lcs-perf-analysis-inputs.csv