aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/treenoder.go
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2019-11-21 09:51:39 +1100
committerDavid Symonds <dsymonds@golang.org>2020-03-10 09:57:31 +1100
commitd3dd84b7108ed4a062dced6e1d2d5dd4537c9e57 (patch)
tree53c87602397a3aef815393294c9322e080d13a51 /plumbing/object/treenoder.go
parent18a858b38ca4197987a6da7058ab0397255fa82c (diff)
downloadgo-git-d3dd84b7108ed4a062dced6e1d2d5dd4537c9e57.tar.gz
plumbing/object: avoid O(N^2) string building when decoding commit message
Most commits have relatively small messages, so this was never noticeable. However, there are some repositories that have semi-automated messages that can get very large (e.g. github.com/riscv/riscv-clang and its riscv-trunk branch), on the order of 109k lines. Changing from string += to using a bytes.Buffer reduces the time for Commit.Decode for that specific case from 35s to 74ms. Signed-off-by: David Symonds <dsymonds@golang.org>
Diffstat (limited to 'plumbing/object/treenoder.go')
0 files changed, 0 insertions, 0 deletions