atomic_hash icon indicating copy to clipboard operation
atomic_hash copied to clipboard

have iteration hashtable api?

Open jarwin123 opened this issue 7 years ago • 2 comments

if i want to iteration the hashtables all element?how can i do it?

jarwin123 avatar Nov 11 '17 13:11 jarwin123

i read your some code,i cann’t understand how to handle hash collision? if the frequency of collison is high, what potential problem is there?

jarwin123 avatar Nov 11 '17 16:11 jarwin123

google's hash function -- cith_hash_128, has very good hash value output on your keys if they are not too short. based on this, the bucket order of high_load_factor_hash_table -> low_load_factor_hash_table -> very_small_full_search_array can work well.

divfor avatar Apr 12 '18 04:04 divfor