diff options
author | Jeff Hostetler <jeffhost@microsoft.com> | 2017-03-22 17:14:21 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-22 13:41:41 -0700 |
commit | f75619bd6d21760e1da416d4e27bce6468beffcd (patch) | |
tree | e46b96b17fbbcf688dfd4945a87fbeaf29160778 /versioncmp.c | |
parent | name-hash: specify initial size for istate.dir_hash table (diff) | |
download | tgif-f75619bd6d21760e1da416d4e27bce6468beffcd.tar.xz |
hashmap: allow memihash computation to be continued
Add variant of memihash() to allow the hash computation to
be continued. There are times when we compute the hash on
a full path and then the hash on just the path to the parent
directory. This can be expensive on large repositories.
With this, we can hash the parent directory first. And then
continue the computation to include the "/filename".
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'versioncmp.c')
0 files changed, 0 insertions, 0 deletions