1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:38:36 -06:00
go/internal/lsp/diff
linguohua 97de5656fd internal/lsp/diff: remove redundant memory allocate and copy operations in function 'shortestEditSequence'.
These redundant operations can cause more memory and cpu consumption.

Change-Id: I54e0e23a8d1079c7991f55c897c441566c5fb2d8
GitHub-Last-Rev: 13162aa1e88ff272738c6a6675010edd2140c8a4
GitHub-Pull-Request: golang/tools#120
Reviewed-on: https://go-review.googlesource.com/c/tools/+/182478
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-06-17 16:22:25 +00:00
..
diff_test.go internal/lsp: normalise and make public diff<->edit conversions 2019-04-15 20:31:36 +00:00
diff.go internal/lsp/diff: remove redundant memory allocate and copy operations in function 'shortestEditSequence'. 2019-06-17 16:22:25 +00:00
unified.go internal/lsp: normalise and make public diff<->edit conversions 2019-04-15 20:31:36 +00:00