skarupke / flat_hash_map

A very fast hashtable
1.69k stars 186 forks source link

benchmarks and unpublished hash tables #16

Open gnzlbg opened 5 years ago

gnzlbg commented 5 years ago

Hi, are the benchmarks that you used to compare your hash tables against the others and the unpublished hash tables (like your implementation of googles swiss hash table) available somewhere? I'd like to be able to reproduce your results.