aboutsummaryrefslogtreecommitdiff
path: root/common/hashmap.h
AgeCommit message (Expand)Author
2006-03-28Set correct load factor for hashmap (just wanted to check if anybody is payin...Max Horn
2006-03-28Added iterator support to hashmap, as well as erase & find methods (all curre...Max Horn
2006-03-28Reduce the differences between Map and HashMap some more (in the end, we shou...Max Horn
2006-03-28Increase the load factor for our hashmaps from 50% to 75%, to be slightly nic...Max Horn
2006-03-28- Renamed class AssocArray to HashMap to match our existing class Map (note alsoMax Horn