summaryrefslogtreecommitdiff
path: root/t/lib-read-tree.sh
diff options
context:
space:
mode:
authorLibravatar Tay Ray Chuan <rctay89@gmail.com>2011-07-12 14:10:26 +0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-07-12 09:29:39 -0700
commit9f37c275938e1fbca7165872dad039874add09cd (patch)
tree543b905ac5da05640742b96becbcecd8423a3815 /t/lib-read-tree.sh
parentteach --histogram to diff (diff)
downloadtgif-9f37c275938e1fbca7165872dad039874add09cd.tar.xz
xdiff/xprepare: skip classification
xdiff performs "classification" of records (xdl_classify_record()), replacing hashes (xrecord_t.ha) with a unique identifier of the record/line and building a hash table (xrecord_t.rhash) of records. This is then used to "cleanup" records (xdl_cleanup_records()). We don't need any of that in histogram diff, so we omit calls to these functions. We also skip allocating memory to the hash table, rhash, as it is no longer used. This gives us a small boost in performance. Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-read-tree.sh')
0 files changed, 0 insertions, 0 deletions