tools/internal/diff
Alan Donovan 2c15796c19 internal/diff/lcs: increase search depth to 100
This greatly improves the diffs obtained from typical inliner
refactorings, which involve one change to the imports
and one change to a function call, with a large gap in
between.

How does the cost relate to this parameter?
Do I hear any advance on 100?

Change-Id: Ia006ebf3374f9894d4c561d61853e1adaa47dca6
Reviewed-on: https://go-review.googlesource.com/c/tools/+/528359
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2023-09-18 15:35:27 +00:00
..
difftest tools: replace references to obsolete package ioutils 2023-09-12 20:13:37 +00:00
lcs internal/diff/lcs: increase search depth to 100 2023-09-18 15:35:27 +00:00
myers internal/diff: unexport various identifiers 2023-05-25 16:41:48 +00:00
diff.go all: remove repetitive words 2023-07-19 19:13:53 +00:00
diff_test.go internal/diff: fix LineEdits bug in slow path 2023-06-01 18:40:17 +00:00
export_test.go internal/diff: avoid unnecessary allocations 2022-10-07 14:48:35 +00:00
ndiff.go internal/diff/lcs: optimize inner loop 2022-12-19 23:49:02 +00:00
unified.go internal/diff: fix LineEdits bug in slow path 2023-06-01 18:40:17 +00:00