Hi!
I am using c++ stl hash_maps in my program. My hash_map is ~1million entries of <int,T*>. The default hash function is very slow, ~60m hash_map lookups are taking several hours.
Does any one have a suggestion for faster hash lookup?
Thanks!
I am using c++ stl hash_maps in my program. My hash_map is ~1million entries of <int,T*>. The default hash function is very slow, ~60m hash_map lookups are taking several hours.
Does any one have a suggestion for faster hash lookup?
Thanks!
Comment