]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/hashmap-disable-counting'
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Sep 2017 01:47:54 +0000 (10:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Sep 2017 01:47:54 +0000 (10:47 +0900)
commitb86e112056a5fb9515a28527a7c1976ec972b0db
treebe2a73c659ee4a23f37e7e582724950b33e61ac5
parent0517ae0ba6a69c5c11cb8660c3d491f525cba09c
parent8b604d19515c4be18403047045faa363d4de217b
Merge branch 'jh/hashmap-disable-counting'

Our hashmap implementation in hashmap.[ch] is not thread-safe when
adding a new item needs to expand the hashtable by rehashing; add
an API to disable the automatic rehashing to work it around.

* jh/hashmap-disable-counting:
  hashmap: add API to disable item counting when threaded