summaryrefslogtreecommitdiff
path: root/hash_table.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-23Add deleted entry management by rehashing on insert when appropriate.Eric Anholt1-1/+1
2009-11-23API change: pass the hash value in to search/lookup.Eric Anholt1-5/+5
2009-11-23Add an interface for choosing a random hash table entry with a predicate.Eric Anholt1-0/+3
2009-11-23Add a new test for removal of keys from the ht, and fix up API naming.Eric Anholt1-1/+1
2009-11-23Initial import of hash_table.Eric Anholt1-0/+59