OSDN Git Service

Improve 'Match similar lines' (related to the issue #1013 Vertical shifting needed...
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 6 Nov 2021 00:14:43 +0000 (09:14 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 6 Nov 2021 00:14:43 +0000 (09:14 +0900)
commit4ddcac25dc4bc0451339ff5816d0d80177223ba9
treefa4d499e7e455e4909895bb2a9ec0ed92e7db7c8
parent1f8643ce67e9e07887503f519a4c96ff1eea96e8
Improve 'Match similar lines'   (related to the issue #1013 Vertical shifting needed when some lines do not match)

- Reduce the execution time of the GetMatchCost() function
- Remove the 15-line limit for a single Diff block, and instead make the limit to 4096 characters per Diff block
Src/DiffList.h
Src/MergeDoc.cpp
Src/MergeDoc.h
Src/MergeDocDiffSync.cpp
Src/MergeDocLineDiffs.cpp