add a hashtable implementation that supports O(1) removal
authorKarsten Blees <karsten.blees@gmail.com>
Thu, 14 Nov 2013 19:17:54 +0000 (20:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2013 21:03:51 +0000 (13:03 -0800)
commit6a364ce...497e407ab3ffb2554d4ef2c78f801832
treed3f6ee1...0ae10dc4e6cbca185fbc99ca7ac70930copy hash to clipboard (tree)
parentbc8d6b9...904350c72017a3c92fdacbfba5b1be3fcopy hash to clipboard (diff)
Documentation/technical/api-hashmap.txt [new file with mode: 0644]
Makefile
hashmap.c [new file with mode: 0644]
hashmap.h [new file with mode: 0644]
t/t0011-hashmap.sh [new file with mode: 0755]
test-hashmap.c [new file with mode: 0644]