I\'ve found the standard hashing function on VS2005 is painfully slow when trying to achieve high performance look ups. What are some good examples of fast and efficient has
Boost has an boost::hash library which can provides some basic hash functions for most common types.