aboutsummaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2009-10-09 12:21:59 +0200
committerJunio C Hamano <gitster@pobox.com>2009-10-19 18:59:42 -0700
commitfd53c9eb445815696bf84c4701b9af73b5d7f50d (patch)
tree4c47a347b4770417810b287c7f30ac39868e6cc8 /commit.h
parent65d9fb487f36d4a12a169dc18cbbb5225337c085 (diff)
downloadgit-fd53c9eb445815696bf84c4701b9af73b5d7f50d.tar.gz
git-fd53c9eb445815696bf84c4701b9af73b5d7f50d.tar.xz
Speed up git notes lookup
To avoid looking up each and every commit in the notes ref's tree object, which is very expensive, speed things up by slurping the tree object's contents into a hash_map. The idea for the hashmap singleton is from David Reiss, initial benchmarking by Jeff King. Note: the implementation allows for arbitrary entries in the notes tree object, ignoring those that do not reference a valid object. This allows you to annotate arbitrary branches, or objects. This patch has been improved by the following contributions: - Junio C Hamano: fixed an obvious error in initialize_hash_map() Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions