]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/memihash-opt'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 21:06:00 +0000 (14:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 21:06:00 +0000 (14:06 -0700)
commit0330344e0f63415421aff87d29ee037d3ea3b436
treedbce2507fe2a5fe77e1b202fb60d28de789e0c03
parent53a0f9f7ad8cda231ce5bb15a0f086f29bdc6de3
parent41b3eb4a6bff4d38bb188d28544bf901080d9e96
Merge branch 'jh/memihash-opt'

The name-hash used for detecting paths that are different only in
cases (which matter on case insensitive filesystems) has been
optimized to take advantage of multi-threading when it makes sense.

* jh/memihash-opt:
  name-hash: add test-lazy-init-name-hash to .gitignore
  name-hash: add perf test for lazy_init_name_hash
  name-hash: add test-lazy-init-name-hash
  name-hash: perf improvement for lazy_init_name_hash
  hashmap: document memihash_cont, hashmap_disallow_rehash api
  hashmap: add disallow_rehash setting
  hashmap: allow memihash computation to be continued
  name-hash: specify initial size for istate.dir_hash table
Documentation/technical/api-hashmap.txt
Makefile
cache.h