然后
stdext::hash_map<const char*, Your Data Type, StringCompare>
得分第一:
得分第二:
得分第三:
得分第四:
另外,此处也有一篇文章,其中提及了另外几种效率也颇高的hash算法
http://programmers.stackexchange.com/questions/49550/which-hashing-algorithm-is-best-for-uniqueness-and-speed/145633#145633
。